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.

A270664 E.g.f.: Product_{k>=1} (1 + tanh(x^k)).

Original entry on oeis.org

1, 1, 2, 10, 48, 336, 2400, 22240, 220416, 2496256, 30286080, 411725568, 6004838400, 94609106944, 1588301524992, 28577718427648, 546685777182720, 11027370474504192, 234498341381603328, 5253826506085629952, 123695389756163358720, 3039894623920125116416
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 21 2016

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 25; Range[0, nmax]! * CoefficientList[Series[Product[(1+Tanh[x^k]), {k, 1, nmax}], {x, 0, nmax}], x]