cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A368512 Number of ordered partitions of an n-set into blocks of size <= n/2.

Original entry on oeis.org

1, 0, 2, 6, 66, 450, 4550, 45570, 543130, 7044450, 102177222, 1621316466, 28089336198, 526810157874, 10641259374174, 230281144233426, 5315651069181882, 130370668142722722, 3385534486308684710, 92801581965119911026, 2677687786557636155446, 81124824677426691365490
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 28 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[n! SeriesCoefficient[1/(1 - Sum[x^j/j!, {j, 1, Floor[n/2]}]), {x, 0, n}], {n, 0, 21}]

Formula

a(n) = n! * [x^n] 1 / (1 - Sum_{1 <= j <= n/2} x^j / j!).
a(n) ~ sqrt(Pi/2) * n^(n + 1/2) / (exp(n) * log(2)^(n+1)). - Vaclav Kotesovec, Dec 28 2023
Showing 1-1 of 1 results.