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

%I #4 Jun 13 2017 12:50:39

%S 5,7,9,10,13,15,21,67,75,126,130,147,165,273,286,354,369

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

%e 2^(2*7-9)-9=23, 2^(2*9-9)-9=503, 2^(2*10-9)-9=2039, 2^(2*13-9)-9=131063

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

%o (PARI) is(n)=isprime(2^(2*n-9)-9) \\ _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 April 24 18:15 EDT 2024. Contains 371962 sequences. (Running on oeis4.)