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.

Showing 1-1 of 1 results.

A375988 Expansion of e.g.f. (1 + 3 * log(1 - x))^(4/3).

Original entry on oeis.org

1, -4, 0, 12, 108, 1104, 14136, 225768, 4386168, 100885248, 2683789344, 81047258208, 2737919298528, 102266990392896, 4184016413001408, 186047367206499072, 8933002185371731200, 460580247564830138880, 25378595790818821816320, 1488230641037882346324480
Offset: 0

Views

Author

Seiichi Manyama, Sep 05 2024

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, prod(j=0, k-1, 3*j-4)*abs(stirling(n, k, 1)));

Formula

a(n) = Sum_{k=0..n} (Product_{j=0..k-1} (3*j-4)) * |Stirling1(n,k)|.
Showing 1-1 of 1 results.