OFFSET
1,1
COMMENTS
There are only seven terms greater than 1 in the first 1000 terms of the sequence, and the largest term in the first 10000 terms is 2. - Harvey P. Dale, Jun 02 2024
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..10000
MATHEMATICA
Array[Total[Boole[EvenQ[Length/@Split[IntegerDigits[#, 8]]]]]&, 100] (* Harvey P. Dale, Jun 02 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved