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.

A009268 Expansion of e.g.f. exp(tanh(x)*exp(x)).

Original entry on oeis.org

1, 1, 3, 8, 25, 92, 369, 1626, 8033, 42312, 230081, 1354190, 8806769, 59072860, 398252833, 2892141666, 22862362049, 182200364944, 1492258801793, 13163090657814, 111357664397265, 938233188787748, 11338336523834337
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Tanh[x]Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, May 31 2012 *)
  • PARI
    seq(n)={my(x='x+O('x^n)); Vec(serlaplace(exp(tanh(x)*exp(x))))} \\ Andrew Howroyd, Feb 25 2018

Extensions

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