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

A031910
a(n) = prime(10*n - 5).
1
11, 47, 97, 149, 197, 257, 313, 379, 439, 499, 571, 631, 691, 761, 829, 907, 977, 1039, 1103, 1187, 1259, 1319, 1427, 1483, 1553, 1613, 1697, 1777, 1867, 1933, 2011, 2087, 2153, 2251, 2333, 2389, 2467, 2557, 2659, 2711, 2789, 2857, 2953
OFFSET
1,1
LINKS
MATHEMATICA
Prime[10*Range[50]-5] (* Harvey P. Dale, Jun 04 2012 *)
PROG
(Magma) [ NthPrime(10*n-5): n in [1..1000] ]; // Vincenzo Librandi, Apr 08 2011
CROSSREFS
Sequence in context: A044494 A124670 A142103 * A009941 A226155 A107149
KEYWORD
nonn
AUTHOR
STATUS
approved