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!)
A343279 a(n) = Stirling2(n, floor(n/2)). 1
1, 0, 1, 1, 7, 15, 90, 301, 1701, 7770, 42525, 246730, 1323652, 9321312, 49329280, 408741333, 2141764053, 20415995028, 106175395755, 1144614626805, 5917584964655, 71187132291275, 366282500870286, 4864251308951100, 24930204590758260, 362262620784874680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of partitions of an n-set into floor(n/2) nonempty subsets.
LINKS
MATHEMATICA
Table[StirlingS2[n, Floor[n/2]], {n, 0, 25}] (* Amiram Eldar, Apr 20 2021 *)
PROG
(PARI) a(n) = stirling(n, n\2, 2); \\ Michel Marcus, Apr 20 2021
CROSSREFS
Sequence in context: A177128 A177177 A335758 * A041413 A144536 A231399
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 20 2021
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)