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

A031395
a(n) = prime(8*n - 4).
2
7, 37, 71, 107, 151, 193, 239, 281, 337, 383, 433, 479, 541, 593, 641, 683, 743, 809, 857, 911, 971, 1021, 1069, 1123, 1193, 1249, 1301, 1373, 1439, 1487, 1549, 1601, 1657, 1721, 1783, 1861, 1907, 1987, 2029, 2089, 2143, 2237, 2287, 2347
OFFSET
1,1
LINKS
MATHEMATICA
Prime[8*Range[0, 50]+4] (* Harvey P. Dale, May 25 2023 *)
PROG
(Magma) [ NthPrime(8*n-4): n in [1..1000] ]; // Vincenzo Librandi, Apr 09 2011
CROSSREFS
Sequence in context: A104915 A089376 A337423 * A138906 A107938 A154105
KEYWORD
nonn
AUTHOR
STATUS
approved