|
| |
|
|
A062772
|
|
Smallest prime larger than square of n-th prime.
|
|
2
| |
|
|
5, 11, 29, 53, 127, 173, 293, 367, 541, 853, 967, 1373, 1693, 1861, 2213, 2819, 3491, 3727, 4493, 5051, 5333, 6247, 6899, 7927, 9413, 10211, 10613, 11467, 11887, 12781, 16139, 17167, 18773, 19333, 22229, 22807, 24659, 26573, 27893, 29947, 32051
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
|
EXAMPLE
| 100th prime, 541 immediately follows 529, square of 9th prime.
|
|
|
MAPLE
| with(numtheory): [seq(nextprime(ithprime(w)^2), w=1..100)];
|
|
|
PROG
| (PARI) { for (n=1, 1000, write("b062772.txt", n, " ", nextprime(prime(n)^2)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 10 2009]
|
|
|
CROSSREFS
| A054270, A054271, A000879.
Sequence in context: A074367 A088486 A174917 * A030080 A046141 A107135
Adjacent sequences: A062769 A062770 A062771 * A062773 A062774 A062775
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), Jul 18 2001
|
| |
|
|