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!)
A368503 Number of partitions of an n-set into blocks of size <= n/2. 2
1, 0, 1, 1, 10, 26, 166, 652, 3795, 18755, 112124, 648649, 4163743, 27216840, 190168577, 1376119903, 10468226150, 82744297014, 681863474058, 5830425411936, 51720008131148, 474821737584174, 4506628734688128, 44150936144057758, 445956917001833090, 4638564968368158592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * [x^n] exp( Sum_{1 <= j <= n/2} x^j / j! ).
MATHEMATICA
Table[n! SeriesCoefficient[Exp[Sum[x^j/j!, {j, 1, Floor[n/2]}]], {x, 0, n}], {n, 0, 25}]
CROSSREFS
Sequence in context: A221568 A092774 A259979 * A235053 A217583 A301606
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 27 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 August 11 05:51 EDT 2024. Contains 375059 sequences. (Running on oeis4.)