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.

A062569 a(n) = sigma(n!).

Original entry on oeis.org

1, 1, 3, 12, 60, 360, 2418, 19344, 159120, 1481040, 15334088, 184009056, 2217441408, 31044179712, 442487616480, 6686252969760, 107004539285280, 1926081707135040, 34683832925921088, 693676658518421760, 13891399238731734720, 292460416142501376000
Offset: 0

Views

Author

Jason Earls, Jul 03 2001

Keywords

Examples

			a(4) = 60, since the sum of the positive divisors of 4! is 1 + 2 + 3 + 4 + 6 + 8 + 12 + 24 = 60. - _Timothy L. Tiffin_, Jan 22 2023
		

References

  • Wacław Sierpiński, Elementary Theory of Numbers, Ex. 6, p. 169, Warsaw, 1964.

Crossrefs

Programs

Formula

a(n) = A000203(A000142(n)). - Michel Marcus, Jan 10 2015
a(p) = (p+1)*a(p-1) for p prime. - Altug Alkan, Jul 18 2016
Limit_{n->oo} a(n)/n! = oo. Proof in Sierpiński. - Bernard Schott, Feb 09 2019
a(n) ~ c * n! * log(n) * (1 + O(1/log(n))), where c = exp(gamma) = A073004 (Jakimczuk, 2017). - Amiram Eldar, Nov 07 2020