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-2 of 2 results.

A379690 Expansion of e.g.f. (1/x) * Series_Reversion( x * (1 - x*exp(2*x)) ).

Original entry on oeis.org

1, 1, 8, 102, 1952, 49920, 1603392, 62100304, 2818386944, 146748098304, 8624885719040, 564885716972544, 40800979548180480, 3222148806557544448, 276214603877715378176, 25544721442331112192000, 2535168741071076287971328, 268757182971129822376624128, 30311086789573678207758237696
Offset: 0

Views

Author

Seiichi Manyama, Dec 29 2024

Keywords

Crossrefs

Programs

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

Formula

a(n) = (1/(n+1)) * Sum_{k=0..n} (2*n-2*k)^k * (2*n-k)!/(k! * (n-k)!).

A379689 Expansion of e.g.f. (1/x) * Series_Reversion( x * exp(x) * (1 - x*exp(2*x)) ).

Original entry on oeis.org

1, 0, 5, 26, 557, 9504, 254737, 7405712, 264468185, 10599167744, 484155176381, 24530813822976, 1373346539948869, 83980088153710592, 5576376312266516681, 399370804845913339904, 30695207044654060184753, 2519882221014204064727040, 220076205166821624927515893
Offset: 0

Views

Author

Seiichi Manyama, Dec 29 2024

Keywords

Crossrefs

Programs

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

Formula

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