login

Revision History for A044754

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

Showing all changes.
Numbers n such that string 4,1 occurs in the base 10 representation of n but not of n+1.
(history; published version)
#7 by Harvey P. Dale at Fri May 10 15:36:53 EDT 2019
STATUS

editing

approved

#6 by Harvey P. Dale at Fri May 10 15:36:51 EDT 2019
MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {4, 1}]>0, 1, 0], {n, 3500}], {1, 0}][[All, 1]] (* Harvey P. Dale, May 10 2019 *)

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

DATA

41, 141, 241, 341, 419, 441, 541, 641, 741, 841, 941, 1041, 1141, 1241, 1341, 1419, 1441, 1541, 1641, 1741, 1841, 1941, 2041, 2141, 2241, 2341, 2419, 2441, 2541, 2641, 2741, 2841, 2941, 3041, 3141, 3241, 3341, 3419, 3441

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, [email protected]

STATUS

approved