login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119834 Primes p such that 2*p#+1 is prime. 2
2, 3, 5, 7, 11, 31, 61, 83, 101, 113, 409, 659, 857, 1373, 2711, 5897, 6869, 7699, 32983, 37021, 44491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2*2 + 1 = 5 (prime), so a(1) = 2;
2*2*3 + 1 = 13 (prime), so a(2) = 3;
2*2*3*5 + 1 = 61 (prime), so a(3) = 5.
PROG
(Magma) [p:p in PrimesUpTo(4000)|IsPrime(2*&*PrimesUpTo(p)+1)]; // Marius A. Burtea, Mar 25 2019
CROSSREFS
Sequence in context: A028867 A104154 A123214 * A095180 A101989 A098922
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, May 25 2006
EXTENSIONS
a(19)-a(21) from Michael S. Branicky, Dec 18 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)