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!)
A125822 Numbers k for which 8*k + 1 and 8*k + 3 are twin primes. 9
2, 5, 17, 35, 65, 71, 77, 80, 101, 107, 110, 131, 161, 185, 212, 215, 260, 266, 332, 341, 350, 371, 407, 416, 491, 500, 506, 527, 530, 542, 560, 581, 590, 626, 677, 680, 707, 731, 761, 806, 821, 836, 845, 932 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[If[PrimeQ[8n + 1] && PrimeQ[8n + 3], Print[n]], {n, 1, 1000}]
Select[Range[1000], AllTrue[8#+{1, 3}, PrimeQ]&] (* Harvey P. Dale, Jul 11 2023 *)
CROSSREFS
Sequence in context: A066649 A075345 A045705 * A025537 A245784 A247068
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 10 2006
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)