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
17, 21, 31, 55, 85, 91, 121, 159, 175, 379, 555, 769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2^(2*21-33)-33=479, 2^(2*31-33)-33=536870879, 2^(2*55-33)-33=151115727451828646838239, ...
MATHEMATICA
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]
PROG
(PARI) is(n)=isprime(2^(2*n-33)-33) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A188200 A060875 A259555 * A050845 A219396 A125613
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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 July 20 07:22 EDT 2024. Contains 374442 sequences. (Running on oeis4.)