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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100359 Numbers n such that 2^n+n+1 is prime. 3
0, 2, 6, 236, 1884, 51380 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

No other terms below 51673.

FORMULA

a(n) = A061422(n) - 1.

MATHEMATICA

{ta={{0}}, tb={{0}}}; Do[g=n; s=2^n+n+1; If[PrimeQ[s], Print[n]; ta=Append[ta, n]; tb=Append[tb, s]], {n, 1, 10000}]; {ta, tb, g}

CROSSREFS

Cf. A001580, A069539, A052007, A048744, A100357, A100358.

Sequence in context: A110387 A158682 A201626 * A206033 A181772 A183398

Adjacent sequences:  A100356 A100357 A100358 * A100360 A100361 A100362

KEYWORD

hard,more,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 19 2004

EXTENSIONS

New term 51380 from A061422 Max Alekseyev (maxale(AT)gmail.com), Feb 08 2009

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 00:09 EST 2012. Contains 205978 sequences.