The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368511 Number of ordered partitions of an n-set into blocks of size <= sqrt(n). 1
1, 1, 2, 6, 66, 450, 3690, 35280, 385560, 6717480, 96117000, 1512819000, 25975395600, 483169486800, 9678799930800, 207733600074000, 5243385642495000, 128458209887007000, 3332234177825553000, 91241046790816923000, 2629791992312269785000, 79586945507310941700000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] 1 / (1 - Sum_{1 <= j <= sqrt(n)} x^j / j!).
MATHEMATICA
Table[n! SeriesCoefficient[1/(1 - Sum[x^j/j!, {j, 1, Floor[Sqrt[n]]}]), {x, 0, n}], {n, 0, 21}]
CROSSREFS
Sequence in context: A066756 A070872 A055685 * A368512 A262047 A280393
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 June 7 22:01 EDT 2024. Contains 373206 sequences. (Running on oeis4.)