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.

A367160 E.g.f. satisfies A(x) = 1 - A(x)^3 * log(1 - x*A(x)).

Original entry on oeis.org

1, 1, 9, 161, 4412, 164024, 7721898, 440550102, 29548655696, 2278884869640, 198709176600696, 19331290511231280, 2075887738522499664, 243905626745780976144, 31125204862136659763040, 4287017279890868817295728, 633888142969750426274770944
Offset: 0

Views

Author

Seiichi Manyama, Nov 07 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, (n+3*k)!/(n+2*k+1)!*abs(stirling(n, k, 1)));

Formula

a(n) = Sum_{k=0..n} (n+3*k)!/(n+2*k+1)! * |Stirling1(n,k)|.