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.

A308333 a(n) = n! * [x^n] (1 + x)^exp(n*x).

Original entry on oeis.org

1, 1, 4, 36, 528, 11675, 359640, 14519337, 736902656, 45751463361, 3406549900000, 299204233781497, 30553846336392192, 3582331552631208533, 477188038404378339584, 71582596353063387354375, 12001959362744065545994240, 2234380582272202437600859617
Offset: 0

Views

Author

Ilya Gutkovskiy, May 20 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[n! SeriesCoefficient[(1 + x)^Exp[n x], {x, 0, n}], {n, 0, 17}]