login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A362457
Indices of records in A362451.
3
1, 2, 12, 120, 840, 17136, 22680, 45360, 60480, 70560, 433440, 982800
OFFSET
1,2
MATHEMATICA
A362457[upto_]:=Module[{d=DivisorSigma[1, Range[upto]], r=1, f}, Join[{1}, Table[If[(f=First[d=Abs[Differences[d]]])>r, r=f; n, Nothing], {n, 2, upto}]]]; A362457[10000] (* Paolo Xausa, May 07 2023 *)
CROSSREFS
Sequence in context: A095717 A089431 A119701 * A364422 A286629 A361595
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, May 07 2023
EXTENSIONS
a(9)-a(12) from Paolo Xausa, May 07 2023
STATUS
approved