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.

A061555 Integer part of sigma(n!)/n!.

Original entry on oeis.org

1, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8
Offset: 0

Views

Author

Labos Elemer, May 17 2001

Keywords

Comments

With increasing n, a(n) goes to infinity (proof in Sierpiński).
From Bernard Schott, Oct 03 2022: (Start)
It seems that sigma(n!)/n! is an integer only for n = 0, 1, 3, 5 and corresponding values are 1, 1, 2, 3.
For m >= 2, the smallest integer n such that a(n) = m is A061556(m). (End)

References

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

Crossrefs

Programs

  • Mathematica
    Table[Floor[DivisorSigma[1, n!]/n!], {n, 0, 100}] (* Wesley Ivan Hurt, Apr 16 2024 *)
  • PARI
    { for (n=0, 1000, write("b061555.txt", n, " ", sigma(n!)\n!) ) } \\ Harry J. Smith, Jul 24 2009

Formula

a(n) = floor(sigma(n!)/n!) = floor(A062569(n)/A000142(n)).

Extensions

Terms corrected for an offset of 0 by Harry J. Smith, Jul 24 2009