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.

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

Original entry on oeis.org

1, 1, 5, 53, 884, 20234, 589834, 20903700, 872660256, 41944510752, 2281437791448, 138539360885760, 9290720296262976, 681965664411820944, 54384461861952738528, 4682101594725064872768, 432815761314471190599936, 42757813607285233998385920, 4495579313771176952867958528
Offset: 0

Views

Author

Seiichi Manyama, Oct 24 2024

Keywords

Crossrefs

Programs

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

Formula

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