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”).

A212317
Numbers m such that both 3*2^m + 5 and 5*2^m + 3 are prime.
0
1, 2, 3, 4, 5, 7, 8, 32
OFFSET
1,2
COMMENTS
No more terms?
MATHEMATICA
Select[Range[0, 2200], PrimeQ[5*2^#+3] && PrimeQ[3*2^#+5]&]
CROSSREFS
Intersection of A057913 and A058586.
Sequence in context: A030290 A099088 A029447 * A161751 A354126 A245820
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Oct 24 2013
STATUS
approved