login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063458 a(n)= floor( a(n-1)^(Pi-1) ); a(1) = 2. 1
2, 4, 19, 547, 730556, 3610416325914, 781938194552128470561538915, 3928443413414047007552974915529711833274293773223249470297, 2204750835730403575885277542208188462124094746081014153047016607543500543796047647406417833643102917913427416915474468453030 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,11

MATHEMATICA

a[1] = 2; a[n_] = Floor[ a[n - 1]^(Pi - 1) ]; Table[ a[n], {n, 1, 9} ]

PROG

(PARI) { default(realprecision, 2000); for (n=1, 11, if (n>1, a=floor(a^(Pi - 1)), a=2); write("b063458.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 22 2009]

CROSSREFS

Sequence in context: A046082 A048774 A061213 * A132530 A133521 A122158

Adjacent sequences:  A063455 A063456 A063457 * A063459 A063460 A063461

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 25 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:40 EST 2012. Contains 205803 sequences.