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!)
A196446 Numbers n such that both n and (n-1)^2*2^n-1 are primes. 1

%I #11 Sep 06 2017 11:29:23

%S 2,3,19,29,43,61,79,109,151,167,2311

%N Numbers n such that both n and (n-1)^2*2^n-1 are primes.

%C Primes p such that (p-1)^2*2^p-1 is also prime.

%e a(1)=2 because 2 is a prime and (2-1)^2*2^2-1=3 is a prime,

%e a(2)=3 because 3 is a prime and (3-1)^2*2^3-1=31 is a prime,

%e a(3)=19 because 19 is a prime and (19-1)^2*2^19-1=169869313 is a prime,

%e a(4)=29 because 29 is a prime and (29-1)^2*2^29-1=420906795007 is a prime.

%t Select[Prime[Range[40]],PrimeQ[(#-1)^2 2^#-1]&] (* The program generates the first 10 terms *) (* _Harvey P. Dale_, Sep 06 2017 *)

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Oct 02 2011

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)