Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063458
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063458 a(n)= floor( a(n-1)^(Pi-1) ); a(1) = 2. +0
1
2, 4, 19, 547, 730556, 3610416325914, 781938194552128470561538915, 3928443413414047007552974915529711833274293773223249470297, 22047508357304035758852775422081884621240947460810141530470166075435005437960476\ 47406417833643102917913427416915474468453030 (list; graph; listen)
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} ]

PROGRAM

(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 this_sequence A132530 A133521 A122158

Adjacent sequences: A063455 A063456 A063457 this_sequence A063459 A063460 A063461

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research