login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A368512 Number of ordered partitions of an n-set into blocks of size <= n/2. 1
1, 0, 2, 6, 66, 450, 4550, 45570, 543130, 7044450, 102177222, 1621316466, 28089336198, 526810157874, 10641259374174, 230281144233426, 5315651069181882, 130370668142722722, 3385534486308684710, 92801581965119911026, 2677687786557636155446, 81124824677426691365490 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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
MATHEMATICA
Table[n! SeriesCoefficient[1/(1 - Sum[x^j/j!, {j, 1, Floor[n/2]}]), {x, 0, n}], {n, 0, 21}]
CROSSREFS
Sequence in context: A070872 A055685 A368511 * A262047 A280393 A239696
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 28 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 11:10 EDT 2024. Contains 374282 sequences. (Running on oeis4.)