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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119386 Numbers n such that 2^(2*n)-(2*n-1) is prime. 0
0, 1, 2, 3, 8, 9, 27, 29, 50, 60, 252, 651, 1617 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

PROG

(PARI) for(x=0, 1000, if(isprime(2^(2*x)-(2*x-1)), print1(x, ", ")))

CROSSREFS

Sequence in context: A163168 A085453 A030439 * A162219 A140484 A087034

Adjacent sequences:  A119383 A119384 A119385 * A119387 A119388 A119389

KEYWORD

nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Jul 25 2006

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 01:56 EST 2012. Contains 205860 sequences.