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.

Previous Showing 11-11 of 11 results.

A379286 G.f. A(x) satisfies A(x) = 1/((1 - x*A(x)^2) * (1 - x*A(x)^5)).

Original entry on oeis.org

1, 2, 17, 209, 3025, 47975, 806673, 14126236, 254880645, 4705443504, 88458542000, 1687588704861, 32589587581341, 635824437818621, 12513756861585915, 248148065577971460, 4953215882123744005, 99442753396113435246, 2006704742456528041800, 40679834776076235917841
Offset: 0

Views

Author

Seiichi Manyama, Dec 19 2024

Keywords

Crossrefs

Programs

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

Formula

a(n) = Sum_{k=0..n} binomial(2*n+4*k+1,k) * binomial(3*n+2*k,n-k)/(2*n+4*k+1).
Previous Showing 11-11 of 11 results.