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!)
A246193 Number of endofunctions on [n] where the smallest cycle length equals 6. 2
120, 5040, 161280, 4898880, 151200000, 4870182240, 165549605760, 5964805154880, 228051369786240, 9247246914906000, 397146441431900160, 18033691478872567680, 864117601222345666560, 43606402916521420059840, 2312912761606956925440000, 128696545326829348772023680 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,1
LINKS
FORMULA
a(n) ~ (exp(-137/60) - exp(-49/20)) * n^n. - Vaclav Kotesovec, Aug 21 2014
MAPLE
with(combinat):
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i>n, 0,
add((i-1)!^j*multinomial(n, n-i*j, i$j)/j!*
b(n-i*j, i+1), j=0..n/i)))
end:
A:= (n, k)-> add(binomial(n-1, j-1)*n^(n-j)*b(j, k), j=0..n):
a:= n-> A(n, 6) -A(n, 7):
seq(a(n), n=6..25);
CROSSREFS
Column k=6 of A246049.
Sequence in context: A174686 A140907 A072419 * A246613 A031145 A126245
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 18 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)