OFFSET
0,2
FORMULA
G.f.: (1/x) * Series_Reversion( x*(1-9*x)^(2/3) ).
a(n) = 9^n * binomial(5*n/3 - 1/3,n)/(n+1).
G.f.: B(x)^2, where B(x) is the g.f. of A245114.
PROG
(PARI) a(n) = 9^n*binomial(5*n/3-1/3, n)/(n+1);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Oct 22 2024
STATUS
approved