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”).

A044209
Numbers n such that string 2,6 occurs in the base 8 representation of n but not of n-1.
0
22, 86, 150, 176, 214, 278, 342, 406, 470, 534, 598, 662, 688, 726, 790, 854, 918, 982, 1046, 1110, 1174, 1200, 1238, 1302, 1366, 1408, 1494, 1558, 1622, 1686, 1712, 1750, 1814, 1878, 1942, 2006, 2070, 2134, 2198, 2224, 2262
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 8], {2, 6}]>0, 1, 0], {n, 2500}], {0, 1}][[All, 2]] (* Harvey P. Dale, Dec 01 2018 *)
CROSSREFS
Sequence in context: A237618 A105101 A235766 * A044590 A125243 A298443
KEYWORD
nonn,base
STATUS
approved