[go: up one dir, main page]

login
Revision History for A044769 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers n such that string 5,6 occurs in the base 10 representation of n but not of n+1.
(history; published version)
#7 by Harvey P. Dale at Tue Jul 21 10:25:02 EDT 2015
STATUS

editing

approved

#6 by Harvey P. Dale at Tue Jul 21 09:38:20 EDT 2015
MATHEMATICA

Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {5, 6}]>0, 1, 0], {n, 4000}], {1, 0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Jul 21 2015 *)

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 5,6 occurs in the base 10 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 5,6 occurs in the base 10 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 5,6 occurs in the base 10 representation of n, but not of n+1.

DATA

56, 156, 256, 356, 456, 556, 569, 656, 756, 856, 956, 1056, 1156, 1256, 1356, 1456, 1556, 1569, 1656, 1756, 1856, 1956, 2056, 2156, 2256, 2356, 2456, 2556, 2569, 2656, 2756, 2856, 2956, 3056, 3156, 3256, 3356, 3456, 3556

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, ck6@cedar.evansville.edu

STATUS

approved