|
Search: id:A062773
|
|
|
| A062773 |
|
Index of the smallest prime which follows square of n-th prime. |
|
+0 1
|
|
| 3, 5, 10, 16, 31, 40, 62, 73, 100, 147, 163, 220, 264, 284, 330, 410, 488, 520, 610, 676, 706, 812, 887, 1001, 1164, 1253, 1295, 1382, 1424, 1524, 1878, 1977, 2142, 2191, 2490, 2548, 2730, 2916, 3044, 3242, 3437, 3513, 3869, 3946, 4090, 4165, 4628
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
FORMULA
|
a(n)=Pi[nextprime(p(n)^2)]
|
|
EXAMPLE
|
100th prime, 541 immediately follows 529, square of 9th prime,a(9)=100.
|
|
PROGRAM
|
(PARI) { default(primelimit, 64000000); for (n=1, 1000, write("b062773.txt", n, " ", primepi(nextprime(prime(n)^2))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 10 2009]
|
|
CROSSREFS
|
A054270, A054271, A000879.
Sequence in context: A070559 A000990 A129361 this_sequence A079934 A005403 A018072
Adjacent sequences: A062770 A062771 A062772 this_sequence A062774 A062775 A062776
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Jul 18 2001
|
|
EXTENSIONS
|
OFFSET changed from 0,1 to 1,1 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 10 2009
|
|
|
Search completed in 0.002 seconds
|