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!)
A245984 Number of pairs of endofunctions f, g on [n] satisfying g^7(f(i)) = f(i) for all i in [n]. 2
1, 1, 6, 87, 2200, 84245, 4492656, 908888155, 357260391552, 135745499491209, 49743738690284800, 18418196210352315311, 7088670872640238205952, 2879857079508362958098653, 1254944121383140772128247808, 610054332530467361553695923875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(combinat): M:=multinomial:
b:= proc(n, k) local l, g; l, g:= [1, 7],
proc(k, m, i, t) option remember; local d, j; d:= l[i];
`if`(i=1, n^m, add(M(k, k-(d-t)*j, (d-t)$j)/j!*
(d-1)!^j *M(m, m-t*j, t$j) *g(k-(d-t)*j, m-t*j,
`if`(d-t=1, [i-1, 0], [i, t+1])[]), j=0..min(k/(d-t),
`if`(t=0, [][], m/t))))
end; g(k, n-k, nops(l), 0)
end:
a:= n-> add(b(n, j)*stirling2(n, j)*binomial(n, j)*j!, j=0..n):
seq(a(n), n=0..20);
CROSSREFS
Column k=7 of A245980.
Sequence in context: A138216 A294491 A239750 * A245982 A294045 A171207
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 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 April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)