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!)
A011757 a(n) = prime(n^2). 36
2, 7, 23, 53, 97, 151, 227, 311, 419, 541, 661, 827, 1009, 1193, 1427, 1619, 1879, 2143, 2437, 2741, 3083, 3461, 3803, 4211, 4637, 5051, 5519, 6007, 6481, 6997, 7573, 8161, 8737, 9341, 9931, 10627, 11321, 12049, 12743, 13499, 14327, 15101, 15877, 16747, 17609, 18461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..20000 (first 1000 terms from Zak Seidov)
FORMULA
a(n) = n^2 log^2 n + O(n^2 log n log log n). - Charles R Greathouse IV, Mar 11 2014
EXAMPLE
a(4) = 53 as the (4^2)th prime is the 16th prime is 53. - David A. Corneth, Apr 13 2021
MATHEMATICA
Prime[Range[40]^2] (* Alonso del Arte, Feb 11 2015 *)
PROG
(Magma) [NthPrime(n^2): n in [1..100] ]; // Vincenzo Librandi, Apr 12 2011
(PARI) a(n)=prime(n^2) \\ Charles R Greathouse IV, Jul 02 2013
(PARI) first(n) = { my(res = vector(n), t = 0); forprime(p = 2, oo, t++; if(ispower(t, 2, &i), print1([i, p]", "); res[i] = p; if(i >= n, return(res)))) } \\ David A. Corneth, Apr 13 2021
CROSSREFS
Sequence in context: A247197 A195629 A323526 * A121963 A041159 A210109
KEYWORD
nonn,easy
AUTHOR
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 April 29 21:18 EDT 2024. Contains 372114 sequences. (Running on oeis4.)