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.

A009263 Expansion of e.g.f.: exp(tanh(x)).x.

Original entry on oeis.org

0, 1, 2, 3, -4, -35, -18, 679, 2200, -18567, -150150, 587499, 11618004, -9780459, -1078005082, -2502478065, 118928710576, 742659420913, -15184771406478, -178572619407021, 2148536703814700, 44455465546363725
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Tanh[x]]*x,{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, Jun 24 2014 *)

Formula

a(n) = n * A003723(n-1). - Ralf Stephan, Sep 01 2003

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and prior Mathematica program replaced by Harvey P. Dale, Jun 24 2014