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.

A334855 E.g.f. A(x) satisfies: A(x) = tanh(x * exp(A(x))).

Original entry on oeis.org

1, 2, 7, 32, 141, -48, -20509, -572416, -13236455, -290711040, -6196120193, -125279895552, -2200506714587, -21844509804544, 731664799971163, 69257460487553024, 3772508483052129329, 174474102931077464064, 7365599642083503837175, 286164434343334028247040
Offset: 1

Views

Author

Ilya Gutkovskiy, May 13 2020

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[InverseSeries[Series[ArcTanh[x]/Exp[x], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest

Formula

E.g.f.: series reversion of arctanh(x) / exp(x).