OFFSET
1,1
COMMENTS
The terms up to 18965 were first given by Ignacio Larrosa Cañestro in a thread entitled "Seven consecutive numbers" in the newsgroup sci.math on Apr 29 2003. - Hugo Pfoertner, Aug 26 2006
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Ignacio Larrosa Cañestro, Seven consecutive numbers. Posting in newsgroup sci.math, Apr 29 2003.
MATHEMATICA
Position[Partition[MoebiusMu[Range[60000]], 7, 1], _?(Total[#] == 6&), 1, Heads->False]//Flatten (* Harvey P. Dale, Jan 23 2019 *)
PROG
(PARI) isok(n) = moebius(n) + moebius(n+1) + moebius(n+2) + moebius(n+3) + moebius(n+4) + moebius(n+5) + moebius(n+6) == 6 \\ Michel Marcus, Aug 06 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), May 27 2003
EXTENSIONS
More terms from Rick L. Shepherd, May 28 2003
STATUS
approved