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!)
A139534 Numbers k such that numbers 24*k + 17 and 24*k + 19 are twin primes. 2
0, 1, 5, 11, 21, 23, 25, 26, 33, 35, 36, 43, 53, 61, 70, 71, 86, 88, 110, 113, 116, 123, 135, 138, 163, 166, 168, 175, 176, 180, 186, 193, 196, 208, 225, 226, 235, 243, 253, 268, 273, 278, 281, 310, 333, 355, 373, 376, 386, 410, 413, 435, 438, 453, 455, 460, 478 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[24 n + 17] && PrimeQ[24 n + 19], AppendTo[a, n]], {n, 0, 2000}]; a
PROG
(Magma) [k:k in [0..500]|IsPrime(24*k + 17) and IsPrime(24*k + 19)]; // Marius A. Burtea, Dec 31 2019
CROSSREFS
Sequence in context: A118375 A225376 A099400 * A245773 A372906 A166480
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 25 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 September 17 18:03 EDT 2024. Contains 375990 sequences. (Running on oeis4.)