login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070946 Number of permutations on n letters that have only cycles of length 5 or less. 1
1, 1, 2, 6, 24, 120, 600, 3480, 22800, 164880, 1285920, 10516320, 92931840, 877374720, 8762014080, 91819440000, 1005716908800, 11584953158400, 139521689740800, 1748830512960000, 22750446292531200, 306931140411955200 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Vladimir Kruchinin, Composition of ordinary generating functions, arXiv:1009.2565

FORMULA

E.g.f.: exp(x+1/2*x^2+1/3*x^3+1/4*x^4+1/5*x^5).

a(n)=n!*sum(k=1..n, 1/k!*sum(r=0..k, binomial(k,r)*sum(m=0..r, 2^(m-r)*binomial(r,m)*sum(j=0..m, binomial(m,j)*binomial(j,n-m-k-j-r)*3^(j-m)*4^(n-r-m-k-2*j)*5^(m+k+j+r-n))))

[From  Vladimir Kruchinin (kru(AT)ie.tusur.ru), Jan 26 2011]

MAPLE

with (combstruct):a:=proc(m) [ZL, {ZL=Set(Cycle(Z, m>=card))}, labeled]; end: A:=a(5):seq(count(A, size=n), n=0..21); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 11 2008

CROSSREFS

Cf. A057693.

Sequence in context: A179351 A179357 A179364 * A060726 A152332 A152349

Adjacent sequences:  A070943 A070944 A070945 * A070947 A070948 A070949

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com) and Sharon Sela, May 18 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.