close
login
A390573
Expansion of e.g.f. 2/(2 - x^2*sinh(x)).
0
1, 0, 0, 3, 0, 10, 180, 21, 3360, 45396, 40320, 2494855, 30317760, 84324318, 3635503872, 43081038105, 261557237760, 9312020958376, 114434111646720, 1215312394514571, 38679173862543360, 519015495287489970, 8222870890333102080, 245464169941108087453, 3737739848644678238208, 78463372600783043874300
OFFSET
0,4
COMMENTS
Number of ways to choose two elements from each block of the labeled ordered partitions of an n-set into odd blocks (see Example).
If the partitions are not ordered the number of ways is given by A389224.
FORMULA
a(n) ~ n! / ((2 + r*sqrt(1 + r^4/4))*r^n), where r = 1.17122381923483650915059844... is the root of the equation r^2*sinh(r)=2. - Vaclav Kotesovec, Nov 11 2025
EXAMPLE
a(8) = 3360 since the number of ways are:
Sample partition {1,2,3,4,5} {6,7,8}: 112 such ordered partitions, 3360 ways. Note that for other partitions into odd blocks such as {1,2,3} {4,5,6} {7} {8} it is not possible to choose two elements from each block.
a(9) = 45396 since the number of ways are:
Sample partition {1,2,3,4,5,6,7,8,9}: 1 partition, 36 ways.
Sample partition {1,2,3} {4,5,6} {7,8,9}: 1680 such ordered partitions, 45360 ways.
MATHEMATICA
nmax = 20; CoefficientList[Series[2/(2 - x^2*Sinh[x]), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Nov 11 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Enrique Navarrete, Nov 10 2025
STATUS
approved