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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094814 n^(prime(prime(n))). 0
1, 32, 177147, 17179869184, 4656612873077392578125, 80204967233062404407033075859456, 72574551534231909331741171093173785967490646405143 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Table[ n^Prime[ Prime[n]], {n, 7}] (from Robert G. Wilson v Jun 15 2004)

PROG

(PARI) f(n) = for(x=1, n, print1(x^prime(prime(x)), ", "))

CROSSREFS

n^A006450(n)

Sequence in context: A201987 A017189 A159414 * A017297 A186010 A017417

Adjacent sequences:  A094811 A094812 A094813 * A094815 A094816 A094817

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 11 2004

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 03:33 EST 2012. Contains 205694 sequences.