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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138598 Numbers n such that |2^(2*n-27)-27| is prime. 0
15, 16, 17, 23, 25, 305 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2^(2*17-27)-27=101, 2^(2*23-27)-27=524261, 2^(2*25-27)-27=8388581, ...

MATHEMATICA

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

CROSSREFS

Sequence in context: A004504 A176294 A090461 * A160661 A114841 A031168

Adjacent sequences:  A138595 A138596 A138597 * A138599 A138600 A138601

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 17 21:13 EST 2012. Contains 206085 sequences.