login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A161683
Continued fraction for (Pi + e)^Pi.
2
258, 2, 5, 1, 1, 1, 7, 1, 2, 2, 1, 60, 1, 1, 2, 2, 24, 10, 1, 2, 1, 3, 2, 3, 9, 1, 2, 1, 12, 1, 5, 2, 4, 3, 1, 8, 2, 1, 4, 1, 3, 2, 2, 5, 55, 1, 2, 1, 4, 4, 1, 2, 1, 9, 1, 2, 1, 1, 1, 9, 3, 6, 1, 2, 3, 1, 1, 2, 2, 7, 1, 2, 7, 2, 1, 7, 1, 6, 8, 1, 2, 3, 16, 3, 63, 7, 2, 2, 2, 1, 1, 2, 4, 1, 2, 2, 50, 1, 1, 3, 1
OFFSET
0,1
LINKS
EXAMPLE
258.45937196674728871610710... = 258 + 1/(2 + 1/(5 + 1/(1 + 1/(1 + ...))))
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac((Pi+exp(1))^Pi); for (n=0, 20000, write("b161683.txt", n, " ", x[n+1])); }
CROSSREFS
Cf. A094001 Decimal expansion.
Sequence in context: A308672 A308675 A121237 * A250741 A031514 A173981
KEYWORD
nonn,cofr
AUTHOR
Harry J. Smith, Jun 16 2009
STATUS
approved