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!)
A210508 Floor((Pi^Pi)^Pi)^...^Pi). 0
3, 36, 80662, 2598761979625197, 2672496879634073073044276636697073994497970453122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) has more than 140 decimal digits and is too big to display. - L. Edson Jeffery, Jan 28 2013
LINKS
FORMULA
a(n) = floor((Pi^Pi)^Pi)^...^Pi) (Pi appears n times).
a(n) = floor(Pi^(Pi^(n-1))). - Charles R Greathouse IV, Jan 28 2013
EXAMPLE
Pi^Pi = 36.4621596072079, so a(2) = 36.
MATHEMATICA
Floor[NestList[#^Pi &, Pi, 5]] (* Alonso del Arte, Jan 28 2013 *)
PROG
(PARI) a(n)=Pi^Pi^n--\1 \\ Charles R Greathouse IV, Jan 28 2013
CROSSREFS
Sequence in context: A080807 A006268 A264842 * A073236 A002563 A140448
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 25 2013
EXTENSIONS
a(4) corrected by L. Edson Jeffery and Alonso del Arte, Jan 28 2013
a(5) added by L. Edson Jeffery, Jan 28 2013
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)