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.

A009231 Expansion of exp(sinh(x)*log(1+x)).

Original entry on oeis.org

1, 0, 2, -3, 24, -100, 760, -5271, 46424, -430704, 4535458, -51583675, 641139356, -8578689912, 123397966718, -1895969179755, 31013379835728, -537961001417760, 9865047642312306, -190684789616229651, 3875088566364987868
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=20}, CoefficientList[Series[Exp[Sinh[x]Log[1+x]], {x,0,nn}] ,x] Range[0,nn]!] (* Harvey P. Dale, Dec 19 2012 *)

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997