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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089144 Primes p such that 6*p-5 and 6*p-1 are primes. 5
2, 3, 7, 17, 19, 47, 53, 59, 67, 103, 113, 127, 157, 239, 269, 283, 313, 379, 383, 397, 449, 467, 577, 613, 617, 647, 823, 829, 907, 929, 977, 1097, 1123, 1279, 1373, 1447, 1489, 1523, 1697, 1723, 1789, 1877, 1933, 2017, 2027, 2063, 2069, 2237, 2339, 2423 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

6*7=42, 42-5=37, 42-1=41, 37 and 41 primes

MATHEMATICA

okQ[n_]:=Module[{x=6n}, PrimeQ[x-1]&&PrimeQ[x-5]]; Select[Prime[Range[ 500]], okQ] (* From Harvey P. Dale, May 25 2011 *)

CROSSREFS

Cf. A090606, A090607, A090608, A090609, A090610.

Sequence in context: A174359 A160513 A154431 * A045332 A045333 A040141

Adjacent sequences:  A089141 A089142 A089143 * A089145 A089146 A089147

KEYWORD

base,easy,nonn

AUTHOR

Pierre CAMI (colettecami(AT)aol.com), Dec 05 2003

EXTENSIONS

More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 06 2003

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 20:01 EST 2012. Contains 205955 sequences.