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

A031373
a(n) = prime(7n-1).
1
13, 41, 71, 103, 139, 179, 223, 257, 293, 347, 383, 431, 463, 509, 569, 607, 647, 691, 743, 797, 839, 883, 941, 991, 1033, 1087, 1123, 1187, 1231, 1289, 1321, 1409, 1451, 1489, 1549, 1597, 1627, 1697, 1747, 1801, 1871, 1913, 1987, 2027
OFFSET
1,1
LINKS
MATHEMATICA
Prime[7Range[50]-1] (* Harvey P. Dale, Oct 31 2011 *)
PROG
(Magma) [ NthPrime(7*n-1): n in [1..1000] ]; // Vincenzo Librandi, Apr 10 2011
CROSSREFS
Sequence in context: A334557 A146238 A039339 * A043162 A043942 A004624
KEYWORD
nonn
AUTHOR
STATUS
approved