login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127487 Primes p such that 6p - 31 and 6p + 31 are also primes. 0
2, 7, 13, 47, 113, 163, 167, 197, 233, 307, 317, 373, 547, 617, 797, 827, 863, 937, 1087, 1213, 1223, 1367, 1483, 1567, 1597, 1783, 1787, 2003, 2063, 2087, 2137, 2203, 2333, 2393, 2437, 2543, 2617, 2693, 2777, 2903, 3037, 3067, 3163, 3347, 3463, 3583, 3607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
7, 6*7 - 31 = 11, and 6*7 + 31 = 73 are all primes.
MATHEMATICA
Select[Range[8000], PrimeQ[ # ] && PrimeQ[6# + 31] && PrimeQ[6# - 31] &]
Select[Prime[Range[600]], And@@PrimeQ[6#+{31, -31}]&] (* Harvey P. Dale, Mar 28 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(9000) | IsPrime(6*p-31) and IsPrime(6*p+31)] // Vincenzo Librandi, Jan 29 2011
CROSSREFS
Sequence in context: A153136 A178607 A321407 * A226140 A180003 A211874
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, Mar 31 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)