login
A044719
Numbers n such that string 0,6 occurs in the base 10 representation of n but not of n+1.
0
106, 206, 306, 406, 506, 606, 706, 806, 906, 1006, 1069, 1106, 1206, 1306, 1406, 1506, 1606, 1706, 1806, 1906, 2006, 2069, 2106, 2206, 2306, 2406, 2506, 2606, 2706, 2806, 2906, 3006, 3069, 3106, 3206, 3306, 3406, 3506
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {0, 6}]>0, 1, 0], {n, 4000}], {1, 0}][[;; , 1]] (* Harvey P. Dale, Feb 22 2023 *)
CROSSREFS
Sequence in context: A188006 A160725 A044338 * A260202 A255818 A090775
KEYWORD
nonn,base
STATUS
approved