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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091513 Indices n of Kynea primes, which are primes of the form (2^n+1)^2-2 = 4^n+2^(n+1)-1. 5
0, 1, 2, 3, 5, 8, 9, 12, 15, 17, 18, 21, 23, 27, 32, 51, 65, 87, 180, 242, 467, 491, 501, 507, 555, 591, 680, 800, 1070, 1650, 2813, 3281, 4217, 5153, 6287, 6365, 10088, 10367, 37035, 45873, 69312, 102435, 106380, 108888, 110615, 281621 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

S. Harvey, Carol and Kynea Primes.

Eric Weisstein's World of Mathematics, Kynea Number

Eric Weisstein's World of Mathematics, Integer Sequence Primes

MATHEMATICA

lst={}; Do[p=4^n+2^(n+1)-1; If[PrimeQ[p], AppendTo[lst, n]], {n, 0, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

CROSSREFS

Cf. A091514.

Sequence in context: A095952 A025033 A122933 * A060138 A139487 A162586

Adjacent sequences:  A091510 A091511 A091512 * A091514 A091515 A091516

KEYWORD

nonn,hard

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Jan 17, 2004

EXTENSIONS

a(41) from Eric Weisstein (eric(AT)weisstein.com), Feb 27, 2004.

a(42) to a(44) from Eric Weisstein (eric(AT)weisstein.com), Jun 05, 2004

Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 15, 2004

a(46) from Cletus Emmanuel (cemmanu(AT)yahoo.com), Oct 07 2005

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 12:15 EST 2012. Contains 205909 sequences.