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.

A117002 a(n) = sigma(n) + 3*A079667(n).

Original entry on oeis.org

1, 6, 10, 16, 18, 30, 26, 42, 37, 54, 42, 76, 50, 78, 72, 94, 66, 120, 74, 126, 104, 126, 90, 180, 103, 150, 136, 182, 114, 222, 122, 210, 168, 198, 156, 286, 146, 222, 200, 288, 162, 312, 170, 294, 258, 270, 186, 400, 201, 324, 264, 350, 210, 408, 252, 396, 296, 342, 234
Offset: 1

Views

Author

N. J. A. Sloane, Apr 15 2006

Keywords

References

  • H. J. S. Smith, Report on the Theory of Numbers, reprinted in Vol. 1 of his Collected Math. Papers, Chelsea, NY, 1979, see p. 322.

Crossrefs

Programs

  • Mathematica
    Table[DivisorSigma[1,n]+3DivisorSum[n,Abs[n/#-#]&,#<=Sqrt[n]&],{n, 59}] (* James C. McMahon, Aug 23 2024 *)