OFFSET
1,1
COMMENTS
It appears that arbitrarily long chains exist.
EXAMPLE
n=52: a(52)=1270685 means that all entries in {sigma[a(52)],...,sigma[1270685+52-1]} ={1666224,...,2520672} are divisible by 6.
MATHEMATICA
With[{ds=Table[If[Divisible[DivisorSigma[1, n], 6], 1, 0], {n, 450000}]}, Flatten[ Table[SequencePosition[ds, PadRight[{}, n, 1], 1], {n, 40}], 1][[All, 1]]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 06 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 2004
STATUS
approved