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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106082 Primes p such that 5*p+14 and 14*p+5 are primes. 0
3, 19, 37, 43, 139, 163, 181, 199, 283, 331, 337, 373, 397, 433, 601, 631, 643, 691, 709, 823, 907, 991, 997, 1039, 1093, 1213, 1423, 1429, 1459, 1471, 1609, 1741, 1753, 1783, 1933, 1987, 2029, 2083, 2089, 2341, 2557, 2593, 2617, 2677, 2731, 2797, 2887, 3061 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

(MAGMA) [p: p in PrimesUpTo(10000)| IsPrime(5*p+14) and IsPrime(14*p+5)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Sequence in context: A098856 A178201 A062291 * A088786 A147237 A117674

Adjacent sequences:  A106079 A106080 A106081 * A106083 A106084 A106085

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 07 2005

EXTENSIONS

More terms from Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010

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 16 16:45 EST 2012. Contains 205938 sequences.