OFFSET
1,2
LINKS
Jon E. Schoenfield, Table of n, a(n) for n = 1..10000 (first 1000 terms from Harvey P. Dale)
MATHEMATICA
Select[Accumulate[Range[0, 5000]], Count[IntegerDigits[#], _?(OddQ)] ==0&] (* Harvey P. Dale, Oct 21 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
EXTENSIONS
Corrected (a(32) was in error) and extended by Harvey P. Dale, Oct 21 2011
STATUS
approved