A174764 Sum of the numerators for computing the second moment of the probability mass function (PMF) of the number of 2-cycles in the involutions on n elements (A000085) assuming the involutions are all equally likely.
0, 1, 3, 18, 70, 330, 1386, 6328, 28008, 130140, 603460, 2895816, 14024088, 69786808, 352043160, 1817317440, 9525774016, 50958843408, 276906491568, 1532719442080, 8615750596320, 49260355141536, 285887468809888
Offset: 1
Keywords
Links
- Wikipedia, Probability Mass Function
Programs
-
PARI
a(n) = sum(k=0, n\2 ,k^2*n!/((n-2*k)!*2^k*k!)); \\ Michel Marcus, Aug 10 2013
Formula
a(n) = Sum_{k=0..[ n/2 ]} k^2*n!/((n-2*k)!*2^k*k!).
Extensions
More terms from Michel Marcus, Aug 10 2013