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.

A280078 Partial products of A007429 (Sum_{d|n} sigma(d)).

Original entry on oeis.org

1, 4, 20, 220, 1540, 30800, 277200, 7207200, 129729600, 3632428800, 47221574400, 2597186592000, 38957798880000, 1402480759680000, 49086826588800000, 2797949115561600000, 53161033195670400000, 3827594390088268800000, 80379482191853644800000
Offset: 1

Views

Author

Jaroslav Krizek, Dec 25 2016

Keywords

Comments

sigma(n) is the sum of the divisors of n (A000203).

Crossrefs

Cf. A000203, A280075 (partial products of A211776), A280077 (partial sums of A007429).

Programs

  • Magma
    [&*[&+[SumOfDivisors(d): d in Divisors(k)]: k in [1..n]]: n in [1..100]]

Formula

a(n) = Product_{i=1..n} A007429(i).