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!)
A224864 Numbers n such that 90*n + 77 and 90*n + 79 are twin primes. 1
3, 6, 15, 17, 18, 19, 20, 24, 29, 41, 45, 46, 60, 62, 68, 75, 82, 83, 89, 94, 95, 104, 111, 115, 122, 130, 146, 148, 152, 159, 169, 173, 174, 179, 199, 215, 218, 223, 227, 236, 239, 244, 255, 267, 276, 288, 305, 334, 353, 355, 356, 358, 369, 375, 381, 393, 398 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A201822 INTERSECTS A202112.
MATHEMATICA
Select[Range[0, 499], PrimeQ[90# + 77] && PrimeQ[90# + 79] &] (* copied from: Alonso del Arte, Jul 22 2013 *)
Select[Range[500], AllTrue[90#+{77, 79}, PrimeQ]&] (* Harvey P. Dale, Mar 19 2023 *)
CROSSREFS
Sequence in context: A066904 A310124 A059969 * A176547 A310125 A124518
KEYWORD
nonn
AUTHOR
J. W. Helkenberg, Jul 22 2013
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 June 7 16:42 EDT 2024. Contains 373203 sequences. (Running on oeis4.)