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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096328 Prime(p^3) where p is prime. 0
19, 103, 691, 2309, 10957, 19403, 47657, 69031, 130073, 279431, 347707, 620531, 867677, 1013609, 1353887, 1999121, 2829503, 3152099, 4268039, 5145347, 5628457, 7258871, 8510507, 10651117, 14042671, 15986303, 17023271, 19235537, 20411623 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

5^3=125, prime(125) = 691.

MATHEMATICA

Table[ Prime[ Prime[n]^3], {n, 29}] (from Robert G. Wilson v Aug 07 2004)

PROG

(PARI) g(n, m) = forprime(j=2, m, forprime(x=2, n, print1(prime(j^3)", "); break))

CROSSREFS

Sequence in context: A201854 A195460 A195461 * A184190 A142300 A129081

Adjacent sequences:  A096325 A096326 A096327 * A096329 A096330 A096331

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 02 2004

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 07 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 17 06:27 EST 2012. Contains 205998 sequences.