|
|
A044759
|
|
Numbers n such that string 4,6 occurs in the base 10 representation of n but not of n+1.
|
|
0
|
|
|
46, 146, 246, 346, 446, 469, 546, 646, 746, 846, 946, 1046, 1146, 1246, 1346, 1446, 1469, 1546, 1646, 1746, 1846, 1946, 2046, 2146, 2246, 2346, 2446, 2469, 2546, 2646, 2746, 2846, 2946, 3046, 3146, 3246, 3346, 3446, 3469
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {4, 6}]>0, 1, 0], {n, 4000}], {1, 0}][[All, 1]] (* Harvey P. Dale, Aug 09 2022 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|