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.

A307869 Decimal expansion of the asymptotic mean of d(k)/2^omega(k), where d(k) is the number of divisors of k (A000005) and omega(k) is the number of its distinct prime divisors (A001221).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 02 2019

Keywords

Comments

Also the asymptotic mean of ratio between the number of divisors and the number of unitary divisors of the integers.

Examples

			1.42765653542483988311752393968732790409373362807443...
		

Crossrefs

Programs

  • Mathematica
    $MaxExtraPrecision = 1000; m = 1000; c = LinearRecurrence[{4, -6, 4}, {0, 4, 12}, m]; RealDigits[Exp[NSum[Indexed[c, n]*PrimeZetaP[n]/n/2^n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]]
  • PARI
    prodeulerrat(1 + 1/(2 * p * (p-1))) \\ Amiram Eldar, Mar 17 2021

Formula

Equals Product_{p prime} 1 + 1/(2 * p * (p-1)).
Equals (Pi^2/6) * Product_{p prime} 1 - 1/(2 * p^2) + 1/(2 * p^3).

Extensions

More terms from Vaclav Kotesovec, May 29 2020