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.

A248859 Decimal expansion of log(sqrt(2*Pi))/e, a constant appearing in the asymptotic expansion of (n!)^(1/n).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Mar 03 2015

Keywords

Examples

			0.3380585940662399023702794509615188742685137583402...
		

Crossrefs

Cf. A001113, A019762, A061444, A075700 (log(sqrt(2*Pi))).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); Log(2*Pi(R))/(2*Exp(1)); // G. C. Greubel, Oct 07 2018
  • Mathematica
    RealDigits[Log[Sqrt[2*Pi]]/E, 10, 105] // First
  • PARI
    log(2*Pi)/2/exp(1) \\ Charles R Greathouse IV, Apr 20 2016
    

Formula

Equals lim_{n -> infinity} (n!)^(1/n) - n/e - log(n)/(2*e).
Equals A075700/A001113 = A061444/A019762. - Amiram Eldar, Apr 12 2022