OFFSET
1,4
COMMENTS
Manetti-Ricciardi refer to the c_n as Koszul numbers.
LINKS
M Manetti, G Ricciardi, Universal Lie formulas for higher antibrackets, arXiv preprint arXiv:1509.09032 [math.QA], 2015-2016.
S. Shadrin and D. Zvonkine, Changes of variables in ELSV-type formulas, Michigan Mathematical Journal, vol. 55 (2007), 209-228.
D. Zvonkine, Home Page
FORMULA
Manetti-Ricciardi Theorem 4.4 give a recurrence for the c_n in terms of Stirling numbers.
EXAMPLE
The fractions are 1, -1/2, 1/2, -2/3, 11/12, -3/4, -11/6, 29/4, 493/12, -2711/6, -12406/15, 2636317/60, -10597579/120, -439018457/60, 1165403153/20, 118734633647/60, ...
MATHEMATICA
K[1] = 1;
K[n_] := K[n] = -2/((n+2)(n-1)) Sum[StirlingS2[n+1, i] K[i], {i, 1, n-1}];
Table[Numerator[K[n]], {n, 1, 25}] (* Jean-François Alcover, Jul 26 2018 *)
CROSSREFS
KEYWORD
sign,frac,easy
AUTHOR
N. J. A. Sloane, Jan 30 2008
EXTENSIONS
More terms from Manetti-Ricciardi added by N. J. A. Sloane, May 25 2016
STATUS
approved