%I A062772
%S A062772 5,11,29,53,127,173,293,367,541,853,967,1373,1693,1861,2213,2819,3491,
%T A062772 3727,4493,5051,5333,6247,6899,7927,9413,10211,10613,11467,11887,12781,
%U A062772 16139,17167,18773,19333,22229,22807,24659,26573,27893,29947,32051
%N A062772 Smallest prime larger than square of n-th prime.
%H A062772 Harry J. Smith, <a href="b062772.txt">Table of n, a(n) for n=1,...,1000</
a>
%e A062772 100th prime, 541 immediately follows 529, square of 9th prime.
%p A062772 with(numtheory): [seq(nextprime(ithprime(w)^2),w=1..100)];
%o A062772 (PARI) { for (n=1, 1000, write("b062772.txt", n, " ", nextprime(prime(n)^2))
) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 10 2009]
%Y A062772 A054270, A054271, A000879.
%Y A062772 Sequence in context: A144311 A074367 A088486 this_sequence A030080 A046141
A107135
%Y A062772 Adjacent sequences: A062769 A062770 A062771 this_sequence A062773 A062774
A062775
%K A062772 nonn
%O A062772 1,1
%A A062772 Labos E. (labos(AT)ana.sote.hu), Jul 18 2001
|