OFFSET
0,3
FORMULA
G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A366435.
a(n) = Sum_{k=0..n} binomial(5*k/2,n-k) * binomial(7*k/2,k) / (5*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(5*k/2, n-k)*binomial(7*k/2, k)/(5*k/2+1));
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 11 2023
STATUS
approved