The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A132242 Twin primes congruent to {17, 19} mod 30. 6
17, 19, 107, 109, 137, 139, 197, 199, 227, 229, 347, 349, 617, 619, 827, 829, 857, 859, 1277, 1279, 1427, 1429, 1487, 1489, 1607, 1609, 1667, 1669, 1697, 1699, 1787, 1789, 1877, 1879, 1997, 1999, 2027, 2029, 2087, 2089, 2237, 2239, 2267, 2269, 2657, 2659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. K. Caldwell, The Prime Pages.
C. K. Caldwell, Twin Primes.
MATHEMATICA
a[0] = 7; a[n_] := a[n] = a[n - 1] + 10; Flatten[Table[If[PrimeQ[a[n]] && PrimeQ[a[n] + 2], {a[n], a[n] + 2}, {}], {n, 0, 1000}]] (* Roger L. Bagula, May 04 2008 *)
CROSSREFS
Sequence in context: A028489 A210242 A165320 * A162873 A174379 A178424
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Aug 15 2007
EXTENSIONS
More terms from Roger L. Bagula, May 04 2008
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 May 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)