A370779 Expansion of ( (1 + x)*(1 - 5*x)*(1 + 25*x) )^(1/3).
1, 7, -84, 1020, -17220, 313068, -6075444, 122709468, -2553130020, 54317619660, -1175968479252, 25819593611196, -573476704909572, 12861006710141100, -290799326551852020, 6621725329384239516, -151707434284857934308, 3494405505576163607436
Offset: 0
Keywords
Programs
-
PARI
my(N=20, x='x+O('x^N)); Vec(((1+x)*(1-5*x)*(1+25*x))^(1/3))
Comments