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.

A347058 Decimal expansion of (1 + tanh(Pi)) / 2.

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Aug 14 2021

Keywords

Examples

			0.99813603811037497213234529000626835594844959540...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(1 + Tanh[Pi])/2, 10, 120][[1]] (* Amiram Eldar, Jun 07 2023 *)

Formula

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