login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A044682
Numbers n such that string 5,5 occurs in the base 9 representation of n but not of n+1.
1
50, 131, 212, 293, 374, 458, 536, 617, 698, 779, 860, 941, 1022, 1103, 1187, 1265, 1346, 1427, 1508, 1589, 1670, 1751, 1832, 1916, 1994, 2075, 2156, 2237, 2318, 2399, 2480, 2561, 2645, 2723, 2804, 2885, 2966, 3047, 3128
OFFSET
1,1
LINKS
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {5, 5}]>0, 1, 0], {n, 3200}], {1, 0}][[All, 1]] (* Harvey P. Dale, Jul 19 2022 *)
CROSSREFS
Sequence in context: A093194 A043474 A044301 * A200881 A235942 A093300
KEYWORD
nonn,base
STATUS
approved