[go: up one dir, main page]

login
A103235
Number of decimal digits in the Euler number E(10^n).
0
1, 5, 139, 2372, 33699, 436962, 5369590, 63695861, 736958569, 8369585647, 93695856417, 1036958564113, 11369585641074, 123695856410673, 1336958564106668, 14369585641066604, 153695856410665964, 1636958564106659561, 17369585641066595523
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
Sequence in context: A134766 A224826 A122911 * A188451 A362993 A061463
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Jan 27 2005
EXTENSIONS
More terms from Robert Gerbicz, Nov 26 2010
STATUS
approved