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!)
A094001 Decimal expansion of (Pi + e)^Pi. 2
2, 5, 8, 4, 5, 9, 3, 7, 1, 9, 6, 6, 7, 4, 7, 2, 8, 8, 7, 1, 6, 1, 0, 7, 1, 0, 2, 1, 6, 8, 4, 2, 6, 9, 2, 4, 3, 6, 0, 6, 2, 2, 6, 1, 7, 4, 5, 1, 4, 4, 9, 8, 3, 5, 2, 3, 9, 3, 5, 6, 3, 4, 5, 7, 4, 0, 3, 4, 6, 4, 6, 8, 7, 7, 2, 0, 7, 7, 9, 3, 8, 6, 6, 3, 2, 4, 2, 1, 9, 6, 8, 3, 7, 9, 2, 9, 6, 4, 9, 7, 8, 9, 8, 2, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
EXAMPLE
258.4593719667472887161071021684269...
MATHEMATICA
RealDigits[(Pi + E)^Pi, 10, 125][[1]] (* G. C. Greubel, Dec 27 2021 *)
PROG
(PARI) { default(realprecision, 20080); x=(Pi+exp(1))^Pi/100; for (n=3, 20000, d=floor(x); x=(x-d)*10; write("b094001.txt", n, " ", d)); } \\ Harry J. Smith, Jun 16 2009
(Sage) numerical_approx((pi+e)^pi, digits=125) # G. C. Greubel, Dec 27 2021
CROSSREFS
Cf. A161683 (continued fraction). - Harry J. Smith, Jun 16 2009
Sequence in context: A163337 A341488 A114550 * A309252 A020859 A062089
KEYWORD
cons,nonn
AUTHOR
Mohammad K. Azarian, May 30 2004
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 19 12:06 EDT 2024. Contains 371792 sequences. (Running on oeis4.)