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.

A084304 Continued fraction expansion of tanh(Pi^2).

Original entry on oeis.org

0, 1, 186895766, 8, 1, 11, 2, 3, 5, 8, 2, 2, 1, 19, 2, 23, 3, 1, 3, 1, 4, 2, 1, 1, 1, 2, 2, 25, 1, 19, 1, 1, 1, 6, 6, 2, 11, 1, 5, 2, 11, 1, 3, 1, 2, 1, 5, 1, 2, 7, 15, 4, 1, 7, 24, 1, 1, 1, 18, 2, 2, 25, 6, 4, 1, 1, 1, 2, 1, 2, 2, 2, 40, 1, 3, 3, 2, 2, 2, 16, 1, 361, 1, 2, 1, 4, 1, 13, 1, 5, 2, 1, 5
Offset: 0

Views

Author

Labos Elemer, Jun 04 2003

Keywords

Comments

The least term that is larger than a(2) is a(6427449) = 890522226. - Amiram Eldar, Mar 08 2025

Crossrefs

Programs

  • Maple
    with(numtheory): c := cfrac (tanh(Pi^2), 300, 'quotients');
  • Mathematica
    ContinuedFraction[Tanh[Pi^2],120] (* Harvey P. Dale, Nov 10 2021 *)
  • PARI
    contfrac(tanh(Pi^2)) \\ Michel Marcus, Apr 05 2015