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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106013 Primes p such that 80*p +/- 3 are primes. 0
2, 7, 11, 37, 79, 103, 163, 269, 283, 383, 401, 467, 613, 751, 773, 823, 877, 919, 929, 977, 1069, 1151, 1153, 1181, 1229, 1361, 1367, 1423, 1439, 1447, 1579, 1901, 2011, 2161, 2203, 2411, 2557, 2791, 2833, 3083, 3259, 3449, 3517, 3581, 3623, 3643, 3691 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

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

CROSSREFS

Sequence in context: A026162 A025189 A023250 * A175445 A073623 A101592

Adjacent sequences:  A106010 A106011 A106012 * A106014 A106015 A106016

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 17 14:50 EST 2012. Contains 206050 sequences.