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.

A347151 Decimal expansion of erf(2).

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Aug 19 2021

Keywords

Examples

			0.995322265018952734162069256367252928610...
		

Crossrefs

Cf. A099286.

Programs

Formula

Equals (2/sqrt(Pi)) * Integral_{x=0..2} exp(-x^2) dx.
Equals (2/sqrt(Pi)) * Sum_{k>=0} (-1)^k * 2^(2*k+1) / (k! * (2*k+1)).