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!)
A051654 Primes p such that 30030*p + 1 is also prime. 4
5, 11, 13, 29, 31, 41, 47, 61, 67, 79, 89, 127, 139, 149, 179, 181, 191, 197, 269, 307, 337, 347, 367, 383, 421, 467, 487, 541, 547, 569, 613, 641, 727, 809, 811, 821, 823, 883, 887, 941, 1031, 1033, 1087, 1093, 1103, 1117, 1193, 1201, 1237, 1259, 1279, 1283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p = 5 and 30030*p + 1 = 150151 are both primes.
MATHEMATICA
Select[Prime@ Range@ 210, PrimeQ[30030 # + 1] &] (* Michael De Vlieger, Aug 15 2017 *)
PROG
(PARI) isok(p) = isprime(p) && isprime(30030*p+1); \\ Michel Marcus, Dec 19 2013
(Magma) [p: p in PrimesUpTo (1300) | IsPrime(30030*p+1)]; // Vincenzo Librandi, Aug 16 2017
CROSSREFS
Sequence in context: A161540 A153120 A115782 * A225754 A098973 A125742
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Dec 19 2013
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)