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.

A345732 Decimal expansion of log(Gamma(e)).

Original entry on oeis.org

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

Views

Author

Kritsada Moomuang, Jun 25 2021

Keywords

Examples

			0.44946174182006766700250781656493987879644653378104715146222584188244268...
		

Crossrefs

Cf. A299082.

Programs

  • Maple
    evalf(log(GAMMA(exp(1))), 120);  # Alois P. Heinz, Jul 01 2021
  • Mathematica
    RealDigits[LogGamma[E], 10, 120][[1]]
  • PARI
    log(gamma(exp(1))) \\ Michel Marcus, Jun 25 2021