login
A044262
Numbers n such that string 1,2 occurs in the base 9 representation of n but not of n-1.
0
11, 92, 99, 173, 254, 335, 416, 497, 578, 659, 740, 821, 828, 891, 983, 1064, 1145, 1226, 1307, 1388, 1469, 1550, 1557, 1631, 1712, 1793, 1874, 1955, 2036, 2117, 2198, 2279, 2286, 2360, 2441, 2522, 2603, 2684, 2765, 2846
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {1, 2}]>0, 1, 0], {n, 2900}], {0, 1}][[All, 2]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jul 12 2021 *)
CROSSREFS
Sequence in context: A117611 A294362 A363669 * A044643 A025507 A081575
KEYWORD
nonn,base
STATUS
approved