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.

A009271 Expansion of exp(tanh(x)*sinh(x)).

Original entry on oeis.org

1, 2, 8, 62, 968, 9962, 557108, -202018, 851334128, 16341130322, -6757456189972, 2480221403307782, -678177401929552792, 194099813539570880762, -58073452241962644117532, 18437894946039087568249262
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Exp[Tanh[x]Sinh[x]],{x,0,nn}], x] Range[0,nn]!,{1,-1,2}]] (* Harvey P. Dale, Mar 16 2013 *)

Extensions

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