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.

A019778 Decimal expansion of sqrt(e)/5.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.32974425414002562936973015756283271433075522014202...
		

Crossrefs

Cf. A019774.

Programs

  • Mathematica
    RealDigits[Sqrt[E]/5,10,120][[1]] (* Harvey P. Dale, Aug 25 2019 *)

Formula

Equals 0.1 * 2*sqrt(e) = 0.1 * Sum_{k>=0} (2*k+1)/(2^k * k!). - Amiram Eldar, Aug 07 2020