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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106009 Primes p such that 20*p +/- 3 are primes. 0
2, 5, 13, 23, 43, 61, 83, 89, 107, 173, 181, 223, 233, 313, 317, 349, 379, 467, 523, 659, 673, 727, 769, 811, 911, 971, 1009, 1051, 1069, 1097, 1153, 1279, 1321, 1433, 1451, 1549, 1559, 1583, 1693, 1777, 1861, 1993, 2029, 2063, 2137, 2213, 2267, 2357, 2441 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Prime[Range[200]], PrimeQ[20#+3]&&PrimeQ[20#-3]&]

PROG

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

CROSSREFS

Sequence in context: A102719 A075470 A049779 * A194552 A079780 A178621

Adjacent sequences:  A106006 A106007 A106008 * A106010 A106011 A106012

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 05 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 15 02:35 EST 2012. Contains 205689 sequences.