login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176062 Numbers n such that 41#*2^n-1 and 41#*2^n+1 are twin primes, where # denotes the primorial, A002110. 0

%I #11 Sep 15 2019 04:06:22

%S 9,12,16,32,290

%N Numbers n such that 41#*2^n-1 and 41#*2^n+1 are twin primes, where # denotes the primorial, A002110.

%C 41# = 304250263527210.

%t Select[Range[0, 300], PrimeQ[304250263527210*2^# - 1] && PrimeQ[304250263527210*2^# + 1] &]

%Y Cf. A176061.

%K nonn,more

%O 1,1

%A _Pierre CAMI_, Dec 06 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:03 EDT 2024. Contains 371962 sequences. (Running on oeis4.)