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!)
A246951 Number of endofunctions f on [n] such that the number of cycles of f is a multiple of 3 for each size that is a multiple of 3. 2
1, 1, 4, 25, 224, 2625, 37936, 651553, 12963840, 293219361, 7429984000, 208486630121, 6417388432896, 214990745268065, 7787303908091904, 303250854519320625, 12633932936000045056, 560712315504995304897, 26410168773292930375680, 1315770870814835066545081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(combinat):
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,
add(`if`(irem(j, igcd(i, 3))<>0, 0, b(n-i*j, i-1)*
(i-1)!^j*multinomial(n, n-i*j, i$j)/j!), j=0..n/i)))
end:
a:= n-> add(b(j$2)*n^(n-j)*binomial(n-1, j-1), j=0..n):
seq(a(n), n=0..25);
CROSSREFS
Cf. A212599.
Sequence in context: A050386 A246524 A246528 * A302587 A302608 A340337
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 08 2014
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 May 23 18:34 EDT 2024. Contains 372765 sequences. (Running on oeis4.)