(Translated by https://www.hiragana.jp/)
A058253 - OEIS
login
A058253
Primes p such that 4^p - 3 is prime.
1
2, 3, 5, 7, 11, 47, 61, 347, 7057
OFFSET
1,1
COMMENTS
In the sequence, but not necessarily the next terms: 25237, 33211, 177473, 351097.
MATHEMATICA
Select[Prime@ Range[10^3], PrimeQ[4^# - 3] &] (* Michael De Vlieger, Dec 25 2016 *)
CROSSREFS
Sequence in context: A232183 A289862 A036343 * A004089 A092791 A070892
KEYWORD
nonn
AUTHOR
G. L. Honaker, Jr., Dec 05 2000
STATUS
approved