OFFSET
1,1
COMMENTS
Also k for which prime(k) == 1 (mod 3). - Bruno Berselli, Mar 04 2016
Sequence A091177 (indices of primes of the form 3*k-1) is this sequence's complement in the positive integers without {2}. - M. F. Hasler, Sep 02 2016
The asymptotic density of this sequence is 1/2 (by Dirichlet's theorem). - Amiram Eldar, Feb 28 2021
LINKS
Zak Seidov, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[200], IntegerQ[(Prime[#]-1)/6]&] (* Harvey P. Dale, Aug 25 2013 *)
PROG
(PARI) isok(n) = !((prime(n)-1) % 6); \\ Michel Marcus, Mar 04 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 26 2003
EXTENSIONS
Definition edited by Zak Seidov, Oct 09 2014
STATUS
approved