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

A031341
a(n) = prime(8*n).
1
19, 53, 89, 131, 173, 223, 263, 311, 359, 409, 457, 503, 569, 613, 659, 719, 769, 827, 881, 941, 997, 1049, 1097, 1163, 1223, 1283, 1321, 1423, 1459, 1511, 1571, 1619, 1693, 1747, 1811, 1877, 1949, 2003, 2069, 2129, 2203, 2267, 2311, 2377, 2423, 2503
OFFSET
1,1
LINKS
MAPLE
ithprime(8*n)
MATHEMATICA
Table[Prime[8n], {n, 1, 60}] (* Stefan Steinerberger, Apr 20 2006 *)
PROG
(Magma) [ NthPrime(8*n): n in [1..1000] ]; // Vincenzo Librandi, Apr 09 2011
(Sage) [nth_prime(8*n) for n in (1..50)] # Bruno Berselli, May 07 2014
(PARI) a(n)=prime(8*n) \\ Edward Jiang, Sep 08 2014
CROSSREFS
Cf. similar sequences listed in A031336.
Sequence in context: A373008 A066775 A118591 * A165982 A194431 A024848
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Stefan Steinerberger, Apr 20 2006
STATUS
approved