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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138599 Numbers n such that 2^(2*n-31)-31 is prime. 0
16, 17, 19, 21, 22, 24, 25, 33, 34, 36, 46, 49, 60, 70, 90, 93, 112, 137, 143, 207, 216, 263, 280 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2^(2*19-31)-31=97, 2^(2*21-31)-31=2017, 2^(2*22-31)-31=8161, ...

MATHEMATICA

q=31; 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: A004457 A115420 A145449 * A007636 A151977 A022106

Adjacent sequences:  A138596 A138597 A138598 * A138600 A138601 A138602

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 16 21:51 EST 2012. Contains 205978 sequences.