OFFSET
4,1
REFERENCES
F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 264.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
G.f.: x^2*Sum_{k>=0} k*k!*(x^2-x+k-1)*(-x*(x-1)/(x+1))^k/((x^2-1)^2*(x-1)^2).
MATHEMATICA
max = 22; s = Sum[k*k!*(x^2-x+k-1)*(-x*(x-1)/(x+1))^k, {k, 1, max+1}]/(x- x^2-x^3+x^4)^2 + O[x]^max; CoefficientList[s, x] (* Jean-François Alcover, Feb 09 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, Nov 23 2007
Generating function from Sean A. Irvine, Nov 18 2010
STATUS
approved