login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096328 Prime(p^3) where p = prime(n). 5
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, 22909613, 33289481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5 = prime(3). Hence, a(3) = prime(5^3) = prime(125) = 691.
7 = prime(4). Hence, a(4) = prime(7^3) = prime(343) = 2309.
MATHEMATICA
Table[ Prime[ Prime[n]^3], {n, 29}] (* 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
Cf. A222759.
Sequence in context: A201854 A195460 A195461 * A184190 A300644 A142300
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 02 2004
EXTENSIONS
Edited by Robert G. Wilson v, Aug 07 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 1 05:41 EDT 2024. Contains 373911 sequences. (Running on oeis4.)