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.

A108775 a(n) = floor(sigma(n)/n).

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1
Offset: 1

Views

Author

Franz Vrabec, Jun 27 2005

Keywords

Comments

The sequence is unbounded. - Vrabec
First occurrence of k: 1,6,120,27720,..., which is A023199. - Robert G. Wilson v, Jun 28 2005
a(n) > 1 if n is perfect or abundant. a(n) = 2 if n is perfect or primitive abundant (see A091191). - Alonso del Arte, Feb 06 2012

Examples

			a(6) = 2 because sigma(6)/6 = (1 + 2 + 3 + 6)/6 = 2.
		

References

  • W. Sierpinski, Elementary Theory of Numbers, 1987, p. 174 ff.

Crossrefs

Programs

Formula

a(n) = floor(A017665(n)/A017666(n)). - Michel Marcus, Sep 18 2015

Extensions

More terms from Robert G. Wilson v, Jun 28 2005