login
A385205
G.f. A(x) satisfies A(x) = ( 1 + 25*x*A(x)^4 )^(1/5).
6
1, 5, 50, 500, 4375, 27500, 0, -3562500, -70078125, -876562500, -6926562500, 0, 1189169921875, 25690820312500, 346441406250000, 2911880859375000, 0, -550017993164062500, -12339622131347656250, -171953389892578125000, -1487552714691162109375, 0
OFFSET
0,2
FORMULA
a(n) = 25^n * binomial(4*n/5+1/5,n)/(4*n+1).
G.f. A(x) satisfies A(x) = 1/A(-x*A(x)^3).
G.f.: ( (1/x) * Series_Reversion(x/(1+25*x)^(4/5)) )^(1/4).
a(5*n+1) = 0 for n > 0.
G.f.: 1/B(x), where B(x) is the g.f. of A299958.
MATHEMATICA
a[n_] := 25^n * Binomial[4*n/5 + 1/5, n]/(4*n + 1); Array[a, 22, 0] (* Amiram Eldar, Nov 25 2025 *)
PROG
(PARI) a(n) = 25^n*binomial(4*n/5+1/5, n)/(4*n+1);
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 21 2025
STATUS
approved