A174782 Sum of the numerators for computing the fourth moment of the probability mass function for the number of involutions with k 2-cycles in n elements (A000085) assuming equal likelihood.
0, 1, 3, 54, 250, 1950, 10206, 64288, 350064, 2065500, 11509300, 66905256, 380767608, 2226036904, 12949377000, 76842172800, 457297336576, 2766381692688, 16849247813424, 104116268476000, 649043824951200
Offset: 1
Keywords
Links
- Wikipedia, Probability Mass Function
Programs
-
PARI
a(n) = sum(k=0, n\2 ,k^4*n!/((n-2*k)!*2^k*k!)); \\ Michel Marcus, Aug 10 2013
Formula
a(n)=Sum_{k=0..[ n/2 ]} k^4*n!/((n-2*k)!*2^k*k!).
Extensions
More data from Michel Marcus, Aug 10 2013
Comments