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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138596 Numbers n such that 2^(2*n-25)-25 is prime. 0
13, 14, 15, 16, 17, 19, 29, 31, 41, 44, 59, 76, 77, 95, 107, 197 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2^(2*16-25)-25=103, 2^(2*17-25)-25=487, 2^(2*19-25)-25=8167, ...

MATHEMATICA

q=25; 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]

CROSSREFS

Sequence in context: A020512 A178402 A132580 * A118140 A108854 A106007

Adjacent sequences:  A138593 A138594 A138595 * A138597 A138598 A138599

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.