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.

A009216 E.g.f.: exp(sin(x)/exp(x)).

Original entry on oeis.org

1, 1, -1, -3, 9, 17, -145, 21, 2961, -9119, -58273, 530541, 177177, -24815503, 109736783, 845196933, -11562650847, 9274089409, 818943535295, -6145817165859, -30817061557719, 818240768280017, -3016149953173201, -67401109608160779
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30}, CoefficientList[Series[Exp[Sin[x]/Exp[x]],{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, Feb 21 2013 *)

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Feb 21 2013