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

A044848
Positive integers having no fewer base-7 runs of even length than odd.
0
8, 16, 24, 32, 40, 48, 49, 56, 58, 59, 60, 61, 62, 65, 73, 81, 89, 97, 98, 106, 112, 113, 115, 116, 117, 118, 122, 130, 138, 146, 147, 155, 163, 168, 169, 170, 172, 173, 174, 179, 187, 195, 196, 204, 212, 220, 224, 225, 226, 227
OFFSET
1,1
MATHEMATICA
Select[Range[250], Total[If[EvenQ[#], 1, -1]&/@(Length/@Split[IntegerDigits[#, 7]])]>=0&] (* Harvey P. Dale, Nov 22 2023 *)
CROSSREFS
Sequence in context: A244371 A144566 A037989 * A282148 A277780 A044893
KEYWORD
nonn,base
STATUS
approved