|
|
A239742
|
|
Numbers k such that prime(k) * 2^k + 1 is prime.
|
|
2
|
|
|
1, 2, 3, 4, 5, 9, 12, 35, 78, 122, 276, 495, 715, 849, 927, 1128, 1263, 1418, 23201, 30316, 34894, 51844, 200821, 235383, 265970
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
The PFGW program has been used to certify all the terms up to a(25), using a deterministic test which exploits the factorization of a(n)-1.
a(26) > 325000.
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Range[1000], PrimeQ[Prime[#]* 2^# + 1] &]
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|