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.

A362220 Decimal expansion of smallest positive root of x = tan(tan(x)).

Original entry on oeis.org

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

Views

Author

Wolfe Padawer, Apr 11 2023

Keywords

Examples

			1.329731220678945515737146065584648589604829857490380436751246457979...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[FindRoot[Tan[Tan[x]] == x, {x, 1.3}, WorkingPrecision -> 105][[1, 2]]][[1]]
  • PARI
    solve(x=1.32, 1.35, tan(tan(x)) - x) \\ Michel Marcus, Apr 12 2023

Formula

Equals tan(A362219).
Equals arctan(A362219).