login

Revision History for A044653

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers n such that string 2,3 occurs in the base 9 representation of n but not of n+1.
(history; published version)
#7 by Harvey P. Dale at Sun Aug 07 16:27:38 EDT 2022
STATUS

editing

approved

#6 by Harvey P. Dale at Sun Aug 07 16:27:35 EDT 2022
MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {2, 3}]>0, 1, 0], {n, 3000}], {1, 0}][[All, 1]] (* Harvey P. Dale, Aug 07 2022 *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:56:46 EDT 2012
AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Clark Kimberling

Discussion
Fri Mar 30
18:56
OEIS Server: https://oeis.org/edit/global/285
#4 by N. J. A. Sloane at Sat Jun 12 03:00:00 EDT 2004
NAME

String Numbers n such that string 2,3 occurs in the base 9 representation of n but not of n+1.

KEYWORD

nonn,base,new

#3 by N. J. A. Sloane at Sat Sep 13 03:00:00 EDT 2003
KEYWORD

nonn,base,new

AUTHOR

Clark Kimberling, (ck6(AT)evansville.edu)

#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

String 2,3 occurs in the base 9 representation of n, but not of n+1.

KEYWORD

nonn,base,new

AUTHOR

Clark Kimberling, ck6@cedar.(AT)evansville.edu

#1 by N. J. A. Sloane at Sat Dec 11 03:00:00 EST 1999
NAME

String 2,3 occurs in the base 9 representation of n, but not of n+1.

DATA

21, 102, 183, 197, 264, 345, 426, 507, 588, 669, 750, 831, 912, 926, 993, 1074, 1155, 1236, 1317, 1398, 1479, 1560, 1641, 1655, 1781, 1803, 1884, 1965, 2046, 2127, 2208, 2289, 2370, 2384, 2451, 2532, 2613, 2694, 2775, 2856

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, [email protected]

STATUS

approved