cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A362458 Records in A362452.

Original entry on oeis.org

0, 1, 62, 574, 1105, 4132, 130741, 259750, 326100
Offset: 1

Views

Author

N. J. A. Sloane, May 07 2023

Keywords

Crossrefs

Programs

  • Mathematica
    A362458[upto_]:=Module[{d=DivisorSigma[1,Range[upto]]-Range[upto],r=0,f},Join[{r},Table[If[(f=First[d=Abs[Differences[d]]])>r,r=f,Nothing],upto-1]]];A362458[10000] (* Paolo Xausa, May 07 2023 *)

Extensions

a(7)-a(9) from Rémy Sigrist, May 07 2023