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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106071 Primes p such that 3*p+14 and 14*p+3 are primes. 0
5, 11, 19, 29, 41, 59, 61, 71, 79, 89, 139, 149, 191, 211, 229, 269, 271, 311, 349, 379, 389, 421, 431, 479, 541, 599, 619, 631, 661, 691, 709, 761, 809, 821, 929, 941, 971, 1051, 1069, 1229, 1249, 1279, 1289, 1301 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..44.

MATHEMATICA

Select[Prime[Range[220]], PrimeQ[14#+3]&&PrimeQ[3#+14]&]

PROG

(MAGMA) [p: p in PrimesUpTo(5000)|IsPrime(3*p+14) and IsPrime(14*p+3)] [From Vincenzo Librandi, Jan 30 2011]

CROSSREFS

Sequence in context: A028387 A165900 A110331 * A073847 A024833 A002327

Adjacent sequences:  A106068 A106069 A106070 * A106072 A106073 A106074

KEYWORD

nonn

AUTHOR

Zak Seidov, May 07 2005

STATUS

approved

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 May 23 11:40 EDT 2013. Contains 225587 sequences.