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.

A053483 Euler transform of A029767.

Original entry on oeis.org

1, 4, 18, 114, 900, 8845, 103861, 1427122, 22486706, 399906140, 7922936720, 173013117604, 4127746294408, 106806183646594, 2978731438384738, 89065499057526433, 2842061902985159593, 96395720127638538076, 3462922846509648162418
Offset: 0

Views

Author

N. J. A. Sloane, Jan 15 2000

Keywords

Crossrefs

Cf. A107895.

Programs

  • Mathematica
    Rest[CoefficientList[Series[Product[1/(1 - x^k)^((k-1)!*(2^k-1)), {k, 1, 20}], {x, 0, 20}], x]] (* Vaclav Kotesovec, Aug 07 2015 *)