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.

A365011 E.g.f. satisfies A(x) = 1 + x*exp(-x)*A(x)^4.

Original entry on oeis.org

1, 1, 6, 87, 1964, 60325, 2349114, 110922091, 6159510552, 393373489257, 28407518470070, 2289019332293551, 203608076603605860, 19816972252710998989, 2094926215725519979698, 239037380421621120397395, 29281119335188021375533104, 3832665229749097186190010193
Offset: 0

Views

Author

Seiichi Manyama, Aug 15 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = n!*sum(k=0, n, (-k)^(n-k)*binomial(4*k, k)/((3*k+1)*(n-k)!));

Formula

a(n) = n! * Sum_{k=0..n} (-k)^(n-k) * A002293(k)/(n-k)!.
Showing 1-1 of 1 results.