A126588 a(n) = prime(13*n).
41, 101, 167, 239, 313, 397, 467, 569, 643, 733, 823, 911, 1009, 1091, 1187, 1283, 1381, 1481, 1567, 1657, 1753, 1871, 1979, 2069, 2153, 2273, 2371, 2459, 2591, 2687, 2767, 2861, 2971, 3089, 3217, 3323, 3433, 3533, 3623, 3727, 3847, 3931, 4051, 4157
Offset: 1
Examples
The 13th prime is 41, the first entry in the table.
Links
- Jens Kruse Andersen, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. similar sequences listed in A031336.
Programs
-
Magma
[NthPrime(13*n): n in [1..30]]; // G. C. Greubel, Mar 06 2018
-
Mathematica
Prime[Range[13, 50*13, 13]] (* Harvey P. Dale, May 14 2011 *)
-
PARI
a(n)=prime(13*n) \\ Edward Jiang, Sep 08 2014
-
Sage
[nth_prime(13*n) for n in (1..50)] # Bruno Berselli, May 07 2014
Comments