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.

A346525 Decimal expansion of gamma/(1 - gamma), where gamma is the Euler-Mascheroni constant.

Original entry on oeis.org

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

Views

Author

Christoph B. Kassir, Jul 26 2021

Keywords

Comments

Apart from the first digit the same as A091556. - R. J. Mathar, Aug 23 2021

Examples

			1.36527211862544155187721932845652201618831607176511...
		

Crossrefs

Cf. A002852 (continued fraction of gamma; omit first two terms for continued fraction of gamma/(1 - gamma)).

Programs

  • Mathematica
    RealDigits[EulerGamma/(1 - EulerGamma), 10, 100][[1]] (* Alonso del Arte, Jul 26 2021 *)
  • PARI
    Euler/(1-Euler)