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!)
A113169 Primes p such that 13*p + 2 is also prime. 1
3, 5, 17, 29, 47, 53, 59, 113, 137, 173, 227, 239, 257, 269, 347, 353, 389, 419, 449, 467, 479, 509, 557, 563, 599, 677, 719, 743, 827, 839, 953, 977, 983, 1013, 1019, 1103, 1109, 1163, 1193, 1217, 1223, 1259, 1277, 1289, 1307, 1373, 1427, 1487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except for 3, all terms == 5 (mod 6). - Robert Israel, Sep 06 2018
LINKS
Chris Caldwell The First 1000 Primes.
EXAMPLE
If p=173 then 13*p + 2 = 2251 (prime).
MAPLE
select(t -> isprime(t) and isprime(13*t+2), [3, seq(i, i=5..10000, 6)]); # Robert Israel, Sep 06 2018
PROG
(Magma) [p: p in PrimesUpTo(3000)| IsPrime(13*p+2)] // Vincenzo Librandi, Jan 29 2011
(PARI) forprime(p=3, 1e4, if(isprime(13*p+2), print1(p, ", "))); \\ Altug Alkan, Sep 07 2018
CROSSREFS
Sequence in context: A163586 A074931 A023226 * A350856 A174913 A079496
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 06 2006
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 July 15 07:28 EDT 2024. Contains 374324 sequences. (Running on oeis4.)