OFFSET
1,2
COMMENTS
This sequence does not include the sextet (7,11,13,17,19,23). It is a proper subset of A014561 in a certain sense.
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979, conjectures following th. 5
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..900
F. Ellermann, Illustration for A002110, A005867, A038110, A060753
EXAMPLE
16057, 16061, 16063, 16067, 16069, 16073 are prime and (16065+105)/210= 77= a(2).
MATHEMATICA
Select[Range[1, 1000000], Union[PrimeQ[(210*# - 105) + {-8, -4, -2, 2, 4, 8}]] == {True} &]
Select[Range[120000], AllTrue[210#-105+{-8, -4, -2, 2, 4, 8}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Feb 05 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Frank Ellermann, Jun 16 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 20 2001 and from Frank Ellermann, Nov 26 2001. Mathematica script from Peter Bertok (peter(AT)bertok.com), Nov 27 2001.
STATUS
approved