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.

A104370 Sum of divisors of A104365(n) = A104350(n) + 1.

Original entry on oeis.org

3, 4, 8, 14, 62, 182, 1372, 2522, 7562, 38272, 415802, 1247402, 16313472, 114107904, 570257104, 1161216000, 21043021824, 57893308852, 1099944846002, 5530978026000, 39437046917604, 425165932107504, 10235889009520064, 29233062045242352, 146100174169950002, 1917846796927501440, 5805987050510562240, 39918123659008838880
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 06 2005

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSigma[1, 1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 30] (* Amiram Eldar, Feb 12 2020 *)

Formula

a(n) = A000203(A104365(n)).