OFFSET
1,1
COMMENTS
Primes in A343412.
Includes 6*q-1 where q, 6*q-1 and 13*q+4 are prime; Dickson's conjecture implies there are infinitely many such q.
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
EXAMPLE
a(3) = 31 is a term because 2*31+1+A001414(31+1) = 73 is prime.
MAPLE
filter:= proc(p) local t; isprime(2*p+1+add(t[1]*t[2], t=ifactors(p+1)[2])) end proc:
select(filter, map(ithprime, [$1..1000]));
CROSSREFS
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 14 2021
STATUS
approved