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

A031375
a(n) = prime(9n-1).
1
19, 59, 101, 149, 193, 241, 293, 353, 409, 461, 521, 587, 641, 691, 757, 823, 881, 947, 1013, 1063, 1123, 1201, 1277, 1319, 1423, 1471, 1531, 1597, 1657, 1723, 1789, 1873, 1949, 2011, 2083, 2141, 2237, 2293, 2357, 2417, 2503, 2591, 2663
OFFSET
1,1
LINKS
MATHEMATICA
Prime[9*Range[50]-1] (* Harvey P. Dale, Aug 19 2020 *)
PROG
(Magma) [ NthPrime(9*n-1): n in [1..1000] ]; // Vincenzo Librandi, Apr 08 2011
CROSSREFS
Sequence in context: A141887 A141773 A250024 * A146351 A139920 A182475
KEYWORD
nonn
AUTHOR
STATUS
approved