A380310 Expansion of e.g.f. exp( 1 - 1/(1-5*x)^(1/5) ).
1, -1, -5, -49, -719, -14077, -344909, -10152829, -349045535, -13727327833, -607873987637, -29931556660105, -1622308999459631, -95982568510668373, -6155361624644676989, -425321834949751148053, -31502433469012320013631, -2489898822489054343250737, -209178052238110675644666341
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..355
Programs
-
PARI
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(1-1/(1-5*x)^(1/5))))