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!)
A061121 Number of degree-n permutations of order exactly 6. 23
0, 0, 0, 0, 20, 240, 1470, 10640, 83160, 584640, 4496030, 42658440, 371762820, 3594871280, 38650622010, 396457108320, 4330689250160, 53963701424640, 641211774798510, 8205894865096280, 113786291585124060 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
E.g.f.: exp(x)-exp(x+1/2*x^2)-exp(x+1/3*x^3)+exp(x+1/2*x^2+1/3*x^3+1/6*x^6).
MATHEMATICA
nn=21; Range[0, nn]!CoefficientList[Series[(Exp[x^6/6]-1)Exp[x+x^2/2+x^3/3]+(Exp[x^2/2]-1)(Exp[x^3/3]-1)Exp[x], {x, 0, nn}], x]//Rest (* Geoffrey Critzer, Feb 04 2013 *)
CROSSREFS
Sequence in context: A163004 A278320 A061139 * A073398 A040075 A138442
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Apr 14 2001
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 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)