OFFSET
1,1
LINKS
Laurent Coppey, Décompositions multiplicatives directes des entiers, Diagrammes, 65-66 (2011), p. 1-68, in French, see J6 p. 11.
EXAMPLE
The composite number 24 is sandwiched between consecutive primes 23 and 29, and 29-23=6, so 24 is a member of the sequence.
PROG
(PARI) lista(nn) = {forcomposite(c=4, nn, if ((p=precprime(c)) && ((nextprime(c)-p)==6), print1(c, ", ")); ); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Apr 02 2016
STATUS
approved