login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A372508
Expansion of e.g.f. exp(sinh(x)) - exp(cosh(x) - 1).
0
0, 1, 0, 2, 1, 12, 6, 128, 78, 1872, 1613, 37600, 38336, 990784, 1124280, 32333824, 41622181, 1272660224, 1843050734, 59527313920, 94591980910, 3252626013184, 5602035320753, 204354574172160, 380190518533920, 14594815769038848, 29179899891380592, 1174376539738169344
OFFSET
0,4
COMMENTS
Number of partitions of n-set into odd blocks minus number of partitions of n-set into even blocks.
MATHEMATICA
nmax = 27; CoefficientList[Series[Exp[Sinh[x]] - Exp[Cosh[x] - 1], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 04 2024
STATUS
approved