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!)
A138600 Numbers n such that 2^(2*n-33)-33 is prime. 0

%I #4 Jun 13 2017 12:56:52

%S 17,21,31,55,85,91,121,159,175,379,555,769

%N Numbers n such that 2^(2*n-33)-33 is prime.

%e 2^(2*21-33)-33=479, 2^(2*31-33)-33=536870879, 2^(2*55-33)-33=151115727451828646838239, ...

%t q=33;For[i=q,i<=q,a={};Do[x=2^(2*n-i)-i;If[PrimeQ[x],AppendTo[a,n]],{n,10^3}];Print["2^(2*n-",i,")-",i," ",a];i=i+2]

%o (PARI) is(n)=isprime(2^(2*n-33)-33) \\ _Charles R Greathouse IV_, Jun 13 2017

%K nonn,easy

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, May 13 2008

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 August 21 08:16 EDT 2024. Contains 375345 sequences. (Running on oeis4.)