OFFSET
0,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n=0..100
A. M. Khidr and B. S. El-Desouky, A symmetric sum involving the Stirling numbers of the first kind, European J. Combin., 5 (1984), 51-54.
FORMULA
a(n) = n*n! * (H(n) - 1) where H(n) = Sum_{k=1..n} 1/k.
E.g.f. A(x) = x*(1-x)^-2 * (-log(1-x)).
EXAMPLE
x*(1-x)^-2 * (-log(1-x)) = x^2 + (5/2)*x^3 + (13/3)*x^4 + (77/12)*x^5 + ...
MATHEMATICA
a[n_] := n*n!*(HarmonicNumber[n]-1); Table[a[n], {n, 0, 18}] (* Jean-François Alcover, Nov 28 2011 *)
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from Joe Keane (jgk(AT)jgk.org)
STATUS
approved