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.

A240976 Decimal expansion of 3*zeta(3)/(2*Pi^2), a constant appearing in the asymptotic evaluation of the average LCM of two integers chosen independently from the uniform distribution [1..n].

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Aug 07 2014

Keywords

Comments

15*zeta(3)/Pi^2 = 10 * (this constant) equals the asymptotic mean of the abundancy index of the squares (Jakimczuk and Lalín, 2022). - Amiram Eldar, May 12 2023

Examples

			0.18269074235035962468150918282692865988200290126984361751783...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[3*Zeta[3]/(2*Pi^2), 10, 102] // First

Formula

Equals zeta(3)/(4*zeta(2)) = 3*zeta(3)/(2*Pi^2).
From Amiram Eldar, Jan 25 2024: (Start)
Equals (1/10) * Sum_{k>=1} A000188(k)/k^2.
Equals (1/10) * Sum_{k>=1} A048250(k)/k^3. (End)