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.

A244258 Decimal expansion of sqrt(2*Pi)*log(2), a constant associated with asymptotic evaluation of random mapping statistics.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Jun 24 2014

Keywords

Examples

			1.7374623212723182836603...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.4.2 Random Mapping Statistics, p. 288.

Crossrefs

Programs

  • Magma
    R:= RealField(); Sqrt(2*Pi(R))*Log(2); // G. C. Greubel, Jul 27 2018
  • Mathematica
    RealDigits[Sqrt[2*Pi]*Log[2], 10, 100] // First
  • PARI
    sqrt(2*Pi)*log(2) \\ G. C. Greubel, Jul 27 2018