Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140319
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140319 Exponential primorial: a(n)=prime(n)^a(n-1), a(0)=1, where prime(n)=A000040(n). +0
2
1, 2, 9, 1953125 (list; graph; listen)
OFFSET

0,2

COMMENT

The next term is too large to include.

LINKS

J. Sondow, "Exponential Factorial." From MathWorld--A Wolfram Web Resource, by E. W. Weisstein. [M. F. Hasler, Nov 03 2009]

EXAMPLE

a(1) = prime(1)^a(0) = 2^1 = 2.

a(2) = 3^2 = 9.

a(3) = 5^9 = 1953125.

a(4) = 7^1953125 has 1650583 digits, starting with 12864794... and ending in ...31920807. [M. F. Hasler, Nov 03 2009]

MAPLE

P:=proc(n) local a, i; a:=2; print(a); for i from 2 by 1 to n do a:=ithprime(i)^a; print(a); od; end: P(5);

PROGRAM

(PARI) A140319(n)=if(n, prime(n)^A140319(n-1), 1) \\ [M. F. Hasler, Nov 03 2009]

CROSSREFS

Cf. A002110, A049384, A139802.

Cf. A152859 (alternate definition: start with a(0)=0), A167155. [M. F. Hasler, Nov 03 2009]

Sequence in context: A049384 A132859 A103562 this_sequence A120314 A050924 A096877

Adjacent sequences: A140316 A140317 A140318 this_sequence A140320 A140321 A140322

KEYWORD

easy,nonn,bref

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 26 2008

EXTENSIONS

Corrected offset/definition, added initial term a(0)=1 M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 03 2009

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 December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research