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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106074 Primes p such that 3*p+22 and 22*p+3 are primes. 0
5, 7, 19, 29, 59, 73, 97, 103, 139, 167, 197, 223, 239, 337, 349, 383, 397, 409, 419, 503, 547, 577, 587, 593, 617, 643, 677, 743, 757, 787, 839, 883, 1049, 1093, 1097, 1123, 1163, 1217, 1249, 1277, 1303, 1399, 1487, 1627, 1637, 1657, 1667, 1697, 1753, 1847 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

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

CROSSREFS

Sequence in context: A076787 A094963 A045446 * A128335 A023246 A022889

Adjacent sequences:  A106071 A106072 A106073 * A106075 A106076 A106077

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 06:27 EST 2012. Contains 205998 sequences.