OFFSET
0,2
COMMENTS
By "Euler number" here we mean the secant or "zig" numbers, and not the Euler number of a finite complex nor the prime numbers generated by the polynomial n^2 + n + 41. - Alonso del Arte, Jan 17 2012
For n > 0, number of decimal digits in A000364(10^n / 2). - Charles R Greathouse IV, Jan 17 2012
LINKS
Eric Weisstein's World of Mathematics, Euler Number
EXAMPLE
0, -50521, ...
MATHEMATICA
Block[{$MaxExtraPrecision = Infinity}, Join[{1}, Table[Ceiling[Log[10, Abs[EulerE[10^n]]]], {n, 4}]]] (* Alonso del Arte, Jan 17 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Jan 27 2005
EXTENSIONS
More terms from Robert Gerbicz, Nov 26 2010
STATUS
approved