OFFSET
1,1
COMMENTS
A subsequence (more precisely, every other term) of A031215, subsequence of A007821 which is the complement of A006450 in the primes A000040. - M. F. Hasler, Oct 19 2013
LINKS
Ivan Panchenko, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
Prime[4*Range[50]-2] (* Harvey P. Dale, Jun 03 2014 *)
PROG
(Magma) [ NthPrime(4*n-2): n in [1..1000] ]; // Vincenzo Librandi, Apr 11 2011
(PARI) A031378=n->prime(n*4-2) \\ M. F. Hasler, Oct 19 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved