login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A140566
List of prime quartets (k - 11, k - 1, k + 1, k + 11).
1
7, 17, 19, 29, 19, 29, 31, 41, 31, 41, 43, 53, 61, 71, 73, 83, 127, 137, 139, 149, 229, 239, 241, 251, 271, 281, 283, 293, 337, 347, 349, 359, 409, 419, 421, 431, 421, 431, 433, 443, 631, 641, 643, 653, 1009, 1019, 1021, 1031, 1039, 1049, 1051, 1061, 1279, 1289
OFFSET
1,1
LINKS
EXAMPLE
The quartets are: (19, 29, 31, 41), if k=30; (31, 41, 43, 53), if k=42; (61, 71, 73, 83), if k=72; etc.
MATHEMATICA
Flatten[#+{-11, -1, 1, 11}&/@Select[Range[7, 1300], And@@PrimeQ[#+{-11, -1, 1, 11}]&]] (* Harvey P. Dale, Sep 29 2013 *)
CROSSREFS
Sequence in context: A084704 A198032 A175901 * A278785 A156005 A106122
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (quartets with 7 and 1279 added) by R. J. Mathar, Apr 25 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 17:28 EDT 2024. Contains 376075 sequences. (Running on oeis4.)