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.

A242051 Decimal expansion of B, a constant appearing in the asymptotic number of integers the prime factorization of which has decreasing exponents.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Aug 13 2014

Keywords

Crossrefs

Programs

  • Mathematica
    RealDigits[Zeta'[2] - (Pi^2/6)*EulerGamma, 10, 105] // First
  • PARI
    default(realprecision, 100); zeta'(2) - zeta(2)*Euler \\ G. C. Greubel, Sep 06 2018

Formula

B = -integral_{y>0} log(1-e^(-y))*log(y) dy = zeta'(2) - (Pi^2/6)*gamma.