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.

A383057 Decimal expansion of the asymptotic mean of A056671(k)/A034444(k), the ratio between the number of squarefree unitary divisors and the number of unitary divisors over the positive integers.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Apr 15 2025

Keywords

Comments

The asymptotic mean of the inverse ratio A034444(k)/A056671(k) is 15/Pi^2 (A082020).

Examples

			0.78936260126098902910370862925139689276851676052691...
		

Crossrefs

The unitary analog of A308043.

Programs

  • Mathematica
    $MaxExtraPrecision = 300; m = 300; f[p_] := 1 - 1/(2*p^2); c = Rest[CoefficientList[Series[Log[f[1/x]], {x, 0, m}], x]]; RealDigits[Exp[NSum[Indexed[c, n]*(PrimeZetaP[n]), {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 120][[1]]
  • PARI
    prodeulerrat(1 - 1/(2*p^2))

Formula

Equals lim_{m->oo} (1/m) * Sum_{k=1..m} A056671(k)/A034444(k).
Equals Product_{p prime} (1 - 1/(2*p^2)).