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!)
A124192 Numbers k for which 8*k + 3 and 8*k + 5 are twin primes. 2
0, 1, 7, 13, 22, 28, 43, 52, 82, 103, 127, 136, 178, 181, 202, 208, 223, 241, 253, 283, 292, 406, 412, 421, 433, 442, 481, 502, 511, 532, 568, 598, 616, 637, 706, 733, 766, 787, 832, 847, 853, 868, 901, 913, 916, 943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
0 is a term since 8*0 + 3 = 3 and 8*0 + 5 = 5 are twin primes.
MATHEMATICA
Do[If[PrimeQ[8n + 3] && PrimeQ[8n + 5], Print[n]], {n, 1, 1000}]
PROG
[k:k in [0..1000]|IsPrime(8*k+3) and IsPrime(8*k+5)]; // Marius A. Burtea, Dec 19 2019
CROSSREFS
Sequence in context: A138077 A353206 A288655 * A335277 A034102 A034112
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 10 2006
EXTENSIONS
a(1) inserted by Amiram Eldar, Dec 19 2019
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)