cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A061121 Number of degree-n permutations of order exactly 6.

Original entry on oeis.org

0, 0, 0, 0, 20, 240, 1470, 10640, 83160, 584640, 4496030, 42658440, 371762820, 3594871280, 38650622010, 396457108320, 4330689250160, 53963701424640, 641211774798510, 8205894865096280, 113786291585124060
Offset: 1

Views

Author

Vladeta Jovovic, Apr 14 2001

Keywords

Crossrefs

Programs

  • 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 *)

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).