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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096327 Prime(p^2) where p is prime. 0
7, 23, 97, 227, 661, 1009, 1879, 2437, 3803, 6481, 7573, 11321, 14327, 15877, 19471, 25469, 32429, 34849, 42943, 49037, 52121, 62081, 69401, 80929, 97879, 107053, 111863, 121631, 126719, 137143, 177589, 189913, 209569, 216481, 251969, 259547 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

5^2=25, prime(25) = 97.

MATHEMATICA

Prime[Prime[Range[40]]^2] (* From Harvey P. Dale, Aug 22 2011 *)

PROG

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

CROSSREFS

Sequence in context: A093069 A003540 A063793 * A154113 A053706 A137367

Adjacent sequences:  A096324 A096325 A096326 * A096328 A096329 A096330

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 16 15:27 EST 2012. Contains 205930 sequences.