A370289 G.f.: exp( Sum_{k>=1} (3*k)! / (3 * k!^3) * x^k/k ).
1, 2, 17, 218, 3404, 59644, 1127009, 22459358, 465607137, 9951077822, 217885806069, 4865577707714, 110439841557271, 2541477749853474, 59175695924948799, 1391881305657110326, 33029403365321798388, 789910458837089959548, 19021760426584464824327, 460890588704491541298970
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..700
Programs
-
Mathematica
CoefficientList[Series[Exp[Sum[(3*k)!/(3*k!^3)*x^k/k, {k, 1, 20}]], {x, 0, 20}], x] CoefficientList[Series[Exp[2*x*HypergeometricPFQ[{1, 1, 4/3, 5/3}, {2, 2, 2}, 27*x]], {x, 0, 20}], x]