OFFSET
1,3
COMMENTS
Decimal order (except for powers of 10) gives the number of decimal digits. E.g., a(1)=0 and E(1)=1 of 1 digit.
REFERENCES
Peters, J. and Stein, J., Matematische Tafeln. Revised Russian Edition, 1968, Moscow.
LINKS
Eric Weisstein's World of Mathematics, Euler Number
EXAMPLE
a(4) = ceiling(log_10(1385)) = 4, E(4) = 1385, the 4th Zig-number.
PROG
(PARI) a(n)=if(n>3, #Str(subst(bernpol(2*n+1), 'x, 1/4)*4^(2*n+1)*(-1)^(n+1)/(2*n+1)), n-1)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved