login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225053 Second terms of continued fractions for power towers e, e^e, e^e^e, ... 4
1, 6, 9, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It was conjectured (but remains unproved) that none of the power towers e, e^e, e^e^e, ... are integers. If so, the corresponding continued fractions contain at least 2 terms. If the conjecture fails, let the corresponding a(n) = 0.
LINKS
Eric Weisstein's World of Mathematics, e.
Eric Weisstein's World of Mathematics, Power Tower
EXAMPLE
a(3) = 9 because floor(1/frac(e^e^e)) = 9, since e^e^e ~ 3814279.10476.
MATHEMATICA
$MaxExtraPrecision = Infinity; terms = 4; Map[Function[x, ContinuedFraction[x, 2][[2]]], NestList[Exp, E, terms - 1]]
CROSSREFS
A056072 yields the first term of the continued fraction.
Sequence in context: A367730 A085138 A346176 * A341641 A215483 A153872
KEYWORD
nonn,hard,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)