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!)
A332259 a(n) = n! * [x^n] 1 / (1 - Sum_{d|n} x^d / d!). 0
1, 1, 3, 7, 67, 121, 4551, 5041, 405371, 888721, 65326213, 39916801, 27854708575, 6227020801, 5417436748153, 6968620334677, 2744261072866171, 355687428096001, 2984245819328278077, 121645100408832001, 1177257398964663961517, 545405274481512519361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of ordered set partitions of [n] such that n is a multiple of each block size.
LINKS
MATHEMATICA
Table[n! SeriesCoefficient[1/(1 - Sum[Boole[Mod[n, k] == 0] x^k/k!, {k, 1, n}]), {x, 0, n}], {n, 0, 22}]
PROG
(PARI) a(n) = {n! * polcoef(1/(1 - sumdiv(n, d, x^d/d!) + O(x*x^n)), n)} \\ Andrew Howroyd, Feb 08 2020
CROSSREFS
Sequence in context: A219845 A041817 A365141 * A120364 A088797 A165589
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 08 2020
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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)