login

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”).

A218255
Next prime after 10*n.
5
2, 11, 23, 31, 41, 53, 61, 71, 83, 97, 101, 113, 127, 131, 149, 151, 163, 173, 181, 191, 211, 211, 223, 233, 241, 251, 263, 271, 281, 293, 307, 311, 331, 331, 347, 353, 367, 373, 383, 397, 401, 419, 421, 431, 443, 457, 461, 479, 487, 491, 503, 521, 521, 541
OFFSET
0,1
MATHEMATICA
Table[Prime[1 + PrimePi[10*n]], {n, 0, 60}] (* T. D. Noe, Oct 30 2012 *)
NextPrime/@(10 Range[0, 60]) (* Harvey P. Dale, Mar 18 2018 *)
CROSSREFS
Cf. A122072.
Sequence in context: A237813 A106927 A158189 * A256481 A373225 A085745
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Oct 24 2012
STATUS
approved