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.

Showing 1-2 of 2 results.

A353617 Decimal expansion of the asymptotic median of the abundancy indices of the positive integers.

Original entry on oeis.org

1, 5, 2, 3, 8, 1
Offset: 1

Views

Author

Amiram Eldar, Apr 30 2022

Keywords

Comments

The abundancy index of a number k is sigma(k)/k = A017665(k)/A017666(k), where sigma is the sum-of-divisors function (A000203).
Davenport (1933) proved that sigma(k)/k possesses a continuous distribution function. Therefore, it has an asymptotic median.
The asymptotic mean of the abundancy indices is Pi^2/6 = 1.64493... (A013661).
Mitsuo Kobayashi (unpublished, 2018) found that the median is in the interval (1.523812, 1.5238175) (see the MathOverflow link).

Examples

			1.52381...
		

References

  • Harold Davenport, Über numeri abundantes, Sitzungsberichte der Preußischen Akademie der Wissenschaften, phys.-math. Klasse, No. 6 (1933), pp. 830-837.

Crossrefs

A353616 a(n) is the denominator of the median abundancy index of the first 2^n + 1 positive integers.

Original entry on oeis.org

3, 3, 9, 2, 21, 29, 41, 59, 73, 107, 139, 157, 4941, 7707, 157, 1929, 1973, 7643, 147749, 313733, 1774479, 1015973, 1615943, 6646647, 3280781, 5670497, 31673271, 21228137
Offset: 1

Views

Author

Amiram Eldar, Apr 30 2022

Keywords

Comments

See A353615 for more details.

Crossrefs

Cf. A000203, A017665, A017666, A353615 (numerators), A353617.

Programs

  • Mathematica
    With[{m = 20}, t = Table[DivisorSigma[-1, n], {n, 1, 2^m + 1}]; Denominator @ Table[Median[t[[1 ;; 2^n + 1]]], {n, 1, m}]]
Showing 1-2 of 2 results.