A066052 Number of permutations in the symmetric group S_n with order >= 3.
0, 0, 2, 14, 94, 644, 4808, 39556, 360260, 3619304, 39881104, 478861448, 6226452296, 87175900720, 1307664018464, 20922743681264, 355687216296688, 6402372708414176, 121645095599130560, 2432901984417975904, 51090942051756747104, 1124000727158723041088, 25852016735627132757376
Offset: 1
Programs
-
Mathematica
nn=20; Range[0,nn]! CoefficientList[Series[1/(1-x)-Exp[x+x^2/2],{x,0,nn}],x] (* Geoffrey Critzer, Jan 09 2013 *)
Formula
a(n) = n! - A000085(n).
E.g.f.: 1/(1-x) - exp(x*(x+2)/2).
Conjecture: (-n+3)*a(n) +(n^2-2*n-1)*a(n-1) +(-n+1)*a(n-2) -(n-1)*(n-2)^2*a(n-3)=0. - R. J. Mathar, Jan 04 2017
Conjecture: a(n) +(-n-3)*a(n-1) +(2*n-1)*a(n-2) +n*(n-2)*a(n-3) -2*(n-2)*(n-3)*a(n-4)=0. - R. J. Mathar, Jan 04 2017
Extensions
More terms from Vladeta Jovovic, Dec 31 2001
Comments