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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137288 Numbers n such that 2*p(n)-1 is prime, where p(n) is the n-th prime. 0
1, 2, 4, 8, 11, 12, 22, 25, 34, 37, 46, 47, 50, 58, 63, 67, 68, 73, 75, 85, 95, 101, 106, 110, 111, 114, 121, 125, 129, 141, 145, 151, 159, 163, 168, 169, 180, 193, 203, 207, 211, 222, 226, 232, 242, 254, 258, 260, 274, 285 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

n=11 : 2*p(11)-1 = 2* 31-1 = 61 is prime, n=11 belongs to the sequence.

MAPLE

P:=proc(n) local a, i; for i from 1 by 1 to n do a:=2*ithprime(i)-1; if isprime(a) then print(i); fi; od; end: P(301); - Paolo P. Lava (paoloplava(AT)gmail.com), Apr 15 2008

CROSSREFS

Cf. A000040.

Sequence in context: A028846 A080152 A136994 * A116443 A078649 A161607

Adjacent sequences:  A137285 A137286 A137287 * A137289 A137290 A137291

KEYWORD

easy,nonn

AUTHOR

Ctibor O. Zizka (ctibor.zizka(AT)seznam.cz), Apr 05 2008

EXTENSIONS

More terms from Paolo P. Lava (paoloplava(AT)gmail.com), Apr 15 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 15 21:02 EST 2012. Contains 205852 sequences.