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.

A334854 E.g.f. A(x) satisfies: A(x) = arctan(x * exp(A(x))).

Original entry on oeis.org

1, 2, 7, 32, 149, 240, -12725, -378880, -8550135, -178474240, -3550577425, -65428992000, -985800819875, -4641229465600, 548638404441075, 36708748623872000, 1716785996161588625, 69798035394846720000, 2571598453132219756375, 84313566554397999104000
Offset: 1

Views

Author

Ilya Gutkovskiy, May 13 2020

Keywords

Crossrefs

Programs

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

Formula

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