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

A176062
Numbers n such that 41#*2^n-1 and 41#*2^n+1 are twin primes, where # denotes the primorial, A002110.
0
9, 12, 16, 32, 290
OFFSET
1,1
COMMENTS
41# = 304250263527210.
MATHEMATICA
Select[Range[0, 300], PrimeQ[304250263527210*2^# - 1] && PrimeQ[304250263527210*2^# + 1] &]
CROSSREFS
Cf. A176061.
Sequence in context: A084375 A373267 A076674 * A027571 A342757 A154631
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Dec 06 2010
STATUS
approved