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

A044510
Numbers n such that string 4,3 occurs in the base 6 representation of n but not of n+1.
0
27, 63, 99, 135, 167, 171, 207, 243, 279, 315, 351, 383, 387, 423, 459, 495, 531, 567, 599, 603, 639, 675, 711, 747, 783, 815, 819, 855, 891, 927, 963, 1007, 1031, 1035, 1071, 1107, 1143, 1179, 1215, 1247, 1251, 1287, 1323
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 6], {4, 3}]>0, 1, 0], {n, 1500}], {1, 0}][[All, 1]] (* Harvey P. Dale, Dec 14 2022 *)
CROSSREFS
Sequence in context: A128530 A373763 A044129 * A338556 A304563 A304557
KEYWORD
nonn,base
STATUS
approved