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.

A009542 Expansion of e.g.f. sin(x)*exp(sinh(x)).

Original entry on oeis.org

0, 1, 2, 2, 4, 16, 38, 104, 456, 1600, 6154, 29952, 131660, 644736, 3516334, 18383616, 106736272, 645554176, 3902982930, 25645936640, 170222268308, 1160636121088, 8352824699446, 60217271582720, 450765801976408
Offset: 0

Views

Author

Keywords

Comments

First negative term is a(35). - Olivier Gérard, Mar 15 1997

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Sin[x]*Exp[Sinh[x]],{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, May 21 2019 *)
  • PARI
    my(x='x+O('x^40)); Vec(serlaplace(sin(x)*exp(sinh(x)))) \\ Michel Marcus, Apr 02 2017

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, May 21 2019