A031375 a(n) = prime(9n-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
Keywords
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[ NthPrime(9*n-1): n in [1..1000] ]; // Vincenzo Librandi, Apr 08 2011
-
Mathematica
Prime[9*Range[50]-1] (* Harvey P. Dale, Aug 19 2020 *)