login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134243 Denominators of certain constants c_n = A180609(n)/n! related to Hurwitz numbers. 2

%I #25 Feb 18 2019 04:57:59

%S 1,2,2,3,12,4,6,4,12,6,15,60,120,60,20,60,3,5,60,120,8,1260,2520,168,

%T 56,168,168,840,84,840,21,140,420,630,120,280,420,840,504,2520,840,

%U 840,315,2520,2520,315,84,90,30,180,360,120,120,210,24,495,1980,2640,55440,315,55440,45,2772,6930,27720,9240,770,1848,27720,27720

%N Denominators of certain constants c_n = A180609(n)/n! related to Hurwitz numbers.

%C Manetti-Ricciardi refer to the c_n as Koszul numbers.

%H Marco Manetti and Giulia Ricciardi, <a href="http://arxiv.org/abs/1509.09032">Universal Lie formulas for higher antibrackets</a>, arXiv preprint arXiv:1509.09032 [math.QA], 2015-2016.

%H Sergey Shadrin and Dimitri Zvonkine, <a href="http://dx.doi.org/10.1307/mmj/1177681994">Changes of variables in ELSV-type formulas</a>, Michigan Mathematical Journal, vol. 55 (2007), 209-228.

%H Dimitri Zvonkine, <a href="http://www.math.jussieu.fr/~zvonkine/">Home Page</a>

%F Manetti-Ricciardi Theorem 4.4 give a recurrence for the c_n in terms of Stirling numbers.

%e 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, ...

%t K[1] = 1;

%t K[n_] := K[n] = -2/((n+2)(n-1)) Sum[StirlingS2[n+1, i] K[i], {i, 1, n-1}];

%t Table[Denominator[K[n]], {n, 1, 70}] (* _Jean-François Alcover_, Jul 26 2018 *)

%Y Cf. A134242, A180609.

%K nonn,frac

%O 1,2

%A _N. J. A. Sloane_, Jan 30 2008

%E More terms from Manetti-Ricciardi added by _N. J. A. Sloane_, May 25 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)