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!)
A096327 Prime(p^2) where p = prime(n). 3
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; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5^2=25, prime(25) = 97.
MATHEMATICA
Prime[Prime[Range[40]]^2] (* 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: A063793 A217233 A316734 * A267805 A154113 A340889
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 08:17 EDT 2024. Contains 373911 sequences. (Running on oeis4.)