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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106063 Primes p such that 1*p+14 and 14*p+1 are primes. 0
3, 5, 17, 47, 53, 59, 83, 113, 149, 167, 269, 353, 419, 443, 449, 509, 563, 587, 599, 647, 659, 677, 719, 797, 977, 983, 1103, 1109, 1187, 1223, 1289, 1367, 1409, 1433, 1439, 2039, 2099, 2237, 2297, 2357, 2423, 2543, 2579, 2657, 2753, 2789, 2837, 2957, 3023 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

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

CROSSREFS

Sequence in context: A131342 A005142 A165452 * A006483 A177960 A049540

Adjacent sequences:  A106060 A106061 A106062 * A106064 A106065 A106066

KEYWORD

nonn

AUTHOR

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

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 17 09:17 EST 2012. Contains 206009 sequences.