A331836 Number of noncrossing anti-commutator friendly partitions on {1,2,...,2n}.
1, 5, 22, 117, 678, 4162, 26588, 174925, 1177158, 8064854, 56062804, 394443458, 2803490524, 20098913252, 145175116408, 1055463627197, 7717664983366, 56720231324046, 418757618733092, 3104269959560566
Offset: 1
Links
- M. Fevrier, M. Mastnak, A. Nica and K. Szpojankowski, Using Boolean cumulants to study multiplication and anti-commutators of free random variables, arXiv:1907.10842 [math.OA], 2019.
Crossrefs
Cf. A000257.
Programs
-
Mathematica
Rest[CoefficientList[Series[1/2 - Sqrt[(1 - 8*x)*(1 - Sqrt[1 - 8*x] - 2*x)/(8*x)], {x, 0, 20}], x]] (* Vaclav Kotesovec, Jan 29 2020 *)
-
PARI
seq(n)={Vec(1/2 - sqrt((1 - 8*x)*(1-2*x-sqrt(1 - 8*x + O(x^2*x^n)))/(8*x)))} \\ Andrew Howroyd, Jan 28 2020
Formula
G.f.: 1/2 - sqrt( (1 - 8*z)*(1 - 2*z-sqrt(1-8*z))/(8*z) ).
G.f.: 1/2 - sqrt( 1/4 + 3*z - 4*z*g(z) ), where g(z) is the g.f. of A000257.
a(n) ~ sqrt(3) * 2^(3*n-2) / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Jan 29 2020
D-finite with recurrence n*(2*n+1)*a(n) +2*(-11*n^2+17*n-3)*a(n-1) +24*(-n^2+7*n-8)*a(n-2) +32*(16*n^2-109*n+186)*a(n-3) +256*(n-4)*(2*n-9)*a(n-4)=0. - R. J. Mathar, Mar 06 2022
Comments