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.

A349892 Decimal expansion of erf(1/e).

Original entry on oeis.org

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

Views

Author

Christoph B. Kassir, Dec 04 2021

Keywords

Examples

			0.3971176949815771696929038299166076792335...
		

Crossrefs

Programs

  • Maple
    evalf(erf(exp(-1)), 120);  # Alois P. Heinz, Dec 13 2021
  • Mathematica
    RealDigits[Erf[1/E], 10, 100][[1]] (* Amiram Eldar, Dec 04 2021 *)
  • PARI
    1 - erfc(1/exp(1)) \\ Michel Marcus, Dec 04 2021