login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A138083
Numbers n such that (3^(2^n) + 1)/2 is prime.
2
0, 1, 2, 4, 5, 6
OFFSET
1,3
COMMENTS
See A171381, which is the main entry for this sequence.
PROG
(PARI) is(n)=ispseudoprime((3^(2^n)+1)/2) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A327326 A170882 A116680 * A181524 A240568 A309681
KEYWORD
nonn,more,hard
AUTHOR
N. J. A. Sloane, Dec 09 2009
STATUS
approved