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.

Showing 1-2 of 2 results.

A178647 Decimal expansion of the fraction of a population falling within +- 1 standard deviation of the mean, assuming a normal distribution.

Original entry on oeis.org

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

Views

Author

Joost de Winter, May 31 2010

Keywords

Examples

			0.6826894921370858971704650912640758449558259334532087819747889004859...
		

References

  • Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 40, table 40:7:1 at page 387.

Crossrefs

Cf. A110894 (2sigma), A270712 (3sigma).

Programs

  • MATLAB
    0.5*(1+erf(1/sqrt(2)))- 0.5*(1+erf(-1/sqrt(2)))
    
  • Maple
    erf(1/sqrt(2)) ; evalf(%) ; # R. J. Mathar, Mar 22 2016
  • Mathematica
    RealDigits[(1 + Erf[1/Sqrt@2])/2 - (1 + Erf[ -1/Sqrt@2])/2, 10, 111][[1]] (* Robert G. Wilson v, Jun 01 2010 *)
  • PARI
    (erfc(-1/sqrt(2))-erfc(1/sqrt(2)))/2 \\ Charles R Greathouse IV, Sep 04 2012
    
  • PARI
    1 - erfc(1/sqrt(2)) \\ Rick L. Shepherd, Mar 05 2014

Formula

Equals erf(1/sqrt(2)). - Jean-François Alcover, May 29 2013

Extensions

More terms from Robert G. Wilson v, Jun 01 2010
Edited by N. J. A. Sloane, Jun 07 2010

A110894 Decimal expansion of error function of square root of 2.

Original entry on oeis.org

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

Views

Author

Joost de Winter, Sep 20 2005

Keywords

Examples

			0.9544997...
		

Crossrefs

Cf. A178647 (1sigma), A270712 (3sigma).

Programs

  • Maple
    erf(sqrt(2.0)) ; # R. J. Mathar, Mar 07 2016
  • Mathematica
    RealDigits[Erf[Sqrt[2]], 10, 50][[1]] (* G. C. Greubel, Oct 19 2017 *)

Formula

Equals erf(sqrt(2)).
Showing 1-2 of 2 results.