login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138602 Numbers n such that 2^(2*n-39)-39 is prime. 0
20, 21, 22, 23, 32, 33, 83, 140, 1122 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2^(2*23-39)-39=89, 2^(2*32-39)-39=33554393, 2^(2*33-39)-39=134217689, 2^(2*83-39)-39=170141183460469231731687303715884105689,

MATHEMATICA

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

CROSSREFS

Sequence in context: A008553 A007930 A133895 * A030605 A063780 A125663

Adjacent sequences:  A138599 A138600 A138601 * A138603 A138604 A138605

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 13 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:31 EST 2012. Contains 205802 sequences.