A031395 a(n) = prime(8*n - 4).
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
Keywords
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[ NthPrime(8*n-4): n in [1..1000] ]; // Vincenzo Librandi, Apr 09 2011
-
Mathematica
Prime[8*Range[0,50]+4] (* Harvey P. Dale, May 25 2023 *)