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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060212 Primes q such that 6q-1 and 6q+1 are twin primes. Proper subset of A002822. 3
2, 3, 5, 7, 17, 23, 47, 103, 107, 137, 283, 313, 347, 373, 397, 443, 467, 577, 593, 653, 773, 787, 907, 1033, 1117, 1423, 1433, 1613, 1823, 2027, 2063, 2137, 2153, 2203, 2287, 2293, 2333, 2347, 2677, 2903, 3257, 3307, 3407, 3413, 3593, 3623, 3673, 3923 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[6*p-1]&&PrimeQ[6*p+1], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 16 2009]

CROSSREFS

A002822, A058383, A059960, A059961, A001454, A001359.

Sequence in context: A152184 A135948 A164042 * A107439 A178382 A030480

Adjacent sequences:  A060209 A060210 A060211 * A060213 A060214 A060215

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Mar 20 2001

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 14 08:39 EST 2012. Contains 205614 sequences.