OFFSET
0,2
LINKS
T. D. Noe, Table of n, a(n) for n = 0..100
J. R. Stembridge, Some combinatorial aspects of reduced words in finite Coxeter groups, Trans. Amer. Math. Soc. 349 (1997), no. 4, 1285-1332.
FORMULA
E.g.f.: x/(1-x)+log(1-x)^2. - Vladeta Jovovic, Feb 02 2003
a(0)=1, a(n+1) = (n+1)*a(n) + (n+3)*n! for n > 0. - Sean A. Irvine, Jun 10 2011
MATHEMATICA
Table[n! (n + 1 + 2*Sum[1/k, {k, n}]), {n, 0, 20}] (* T. D. Noe, Jun 20 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Incorrect formula deleted by Mark van Hoeij, Nov 11 2009
STATUS
approved