OFFSET
0,5
COMMENTS
While the continued fraction of tanh(1) = {0, 1, 3, 5, 7, 11, ..}, i.e., 0 and odd numbers, twice applying tanh() we get this sequence.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..10000
MAPLE
with(numtheory); cfrac(tanh(tanh(tanh(1))), 300, 'quotients');
MATHEMATICA
ContinuedFraction[Tanh[Tanh[1]], 120] (* Harvey P. Dale, Jan 19 2024 *)
PROG
(PARI) contfrac(tanh(tanh(1))) \\ Amiram Eldar, Mar 08 2025
CROSSREFS
KEYWORD
cofr,easy,nonn,changed
AUTHOR
Labos Elemer, Jun 04 2003
STATUS
approved