OFFSET
1,1
COMMENTS
Conjecturally infinite. - Charles R Greathouse IV, May 15 2013
EXAMPLE
18 is in the sequence because, the first 18 digits of gamma = .577215664901532860 have 9 even and 9 odd digits.
MATHEMATICA
L= Rest@FoldList[ Plus, 0, (-1)^First@ RealDigits[EulerGamma, 10, 7000]] ; Do[If [L[[n]]==0, Print[n]], {n, 7000}]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Sep 09 2010
STATUS
approved