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.

A082020 Decimal expansion of 15/Pi^2.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, May 09 2003

Keywords

Comments

3/(2*Pi^2) (the same decimal expansion with an offset 0) is the probability that the greatest common divisor of two numbers selected at random is 2 (Christopher, 1956). - Amiram Eldar, May 23 2020
Sum of 1/n^2 over all squarefree n, see Penn link. - Charles R Greathouse IV, Jan 01 2022
Equals the asymptotic mean of the abundancy index of the cubefree numbers (A004709) (Jakimczuk and Lalín, 2022). - Amiram Eldar, May 12 2023

Examples

			1.51981775463506657...
		

Crossrefs

Programs

Formula

Product_{n >= 1} (1+1/prime(n)^2) = 15/Pi^2 (Ramanujan).
Equals zeta(2)/zeta(4) = A013661/A013662 = Sum_{n>=1} mu(n)^2/n^2 = Sum_{n>=1} |mu(n)|/n^2 . - Enrique Pérez Herrero, Jan 15 2012
Equals Sum_{n>=1} 1/A005117(n)^2 . - Enrique Pérez Herrero, Mar 30 2012
Equals lim_{n->oo} (1/n) * Sum_{k=1..n} psi(k)/k, where psi(k) is the Dedekind psi function (A001615). - Amiram Eldar, May 12 2019.
Equals Sum_{k>=1} A007434(k)/k^4. - Amiram Eldar, Jan 25 2024