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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106011 Primes p such that 50*p +/- 3 are primes. 0
2, 7, 13, 19, 29, 103, 113, 131, 251, 331, 443, 449, 503, 509, 653, 757, 761, 769, 839, 1163, 1231, 1423, 1427, 1471, 1583, 1637, 1709, 1847, 1861, 1951, 1979, 2017, 2053, 2081, 2099, 2311, 2549, 2659, 2707, 2729, 2749, 2851, 2879, 2963, 3079, 3221, 3257 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Prime[Range[400]], PrimeQ[50#+3]&&PrimeQ[50#-3]&]

PROG

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

CROSSREFS

Sequence in context: A138646 A118755 A156012 * A045375 A138042 A053977

Adjacent sequences:  A106008 A106009 A106010 * A106012 A106013 A106014

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 16 06:46 EST 2012. Contains 205867 sequences.