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.

A309211 Decimal expansion of a solution to x = 3*tanh(x).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jul 30 2019

Keywords

Examples

			2.9847045853578868155597912346...
		

Crossrefs

Cf. A309207 (continued fraction expansion), A309208.

Programs

  • Maple
    Digits := 120 ; fsolve(x=3*tanh(x),x,0..10.) ; # R. J. Mathar, Jul 30 2019
  • Mathematica
    RealDigits[x/.FindRoot[x==3Tanh[x],{x,3},WorkingPrecision->120]][[1]] (* Harvey P. Dale, Jul 30 2019 *)
  • PARI
    A309211_first(n)={localprec(n\.9+9);digits(solve(x=2.9,3,tanh(x)*3-x)\10^(1-n))} \\ M. F. Hasler, Jan 27 2023

Extensions

More terms from Daniel Suteu, Jul 30 2019

A309208 Decimal expansion of (3 tanh (3 tanh (3 tanh (...))))^(-2).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jul 29 2019

Keywords

Comments

This is the decimal expansion of 1/x^2 where x is the constant defined in A309211.

Examples

			.1122528288730582219511299311388265401208...
		

Crossrefs

Extensions

More terms from Daniel Suteu, Jul 30 2019
Showing 1-2 of 2 results.