Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Mar 18 2018 17:36:04
%S 2,11,23,31,41,53,61,71,83,97,101,113,127,131,149,151,163,173,181,191,
%T 211,211,223,233,241,251,263,271,281,293,307,311,331,331,347,353,367,
%U 373,383,397,401,419,421,431,443,457,461,479,487,491,503,521,521,541
%N Next prime after 10*n.
%H T. D. Noe, <a href="/A218255/b218255.txt">Table of n, a(n) for n = 0..1000</a>
%t Table[Prime[1 + PrimePi[10*n]], {n, 0, 60}] (* _T. D. Noe_, Oct 30 2012 *)
%t NextPrime/@(10 Range[0,60]) (* _Harvey P. Dale_, Mar 18 2018 *)
%Y Cf. A122072.
%K nonn
%O 0,1
%A _Giovanni Teofilatto_, Oct 24 2012