OFFSET
2,3
LINKS
Bashir Ali and A. Umar, Some combinatorial properties of the alternating group, Southeast Asian Bulletin Math. 32 (2008), 823-830.
FORMULA
E.g.f.: x^4*exp(-x)/(4*(1-x)).
D-finite with recurrence +(-n+6)*a(n) +(n-2)*(n-7)*a(n-1) +(n-2)*(n-3)*a(n-2)=0. - R. J. Mathar, Jul 06 2023
EXAMPLE
a(4) = 6 because there are exactly 6 odd permutations (of a 4-set) having 2 fixed points, namely: (12), (13), (14), (23), (24), (34).
MAPLE
egf:= x^4 * exp(-x)/(4*(1-x));
a:= n-> n! * coeff(series(egf, x, n+1), x, n):
seq(a(n), n=2..30); # Alois P. Heinz, Feb 01 2011
PROG
(PARI) x = 'x + O('x^30); Vec(serlaplace(((x^4)*exp(-x))/(4*(1-x)))) \\ Michel Marcus, Apr 04 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Abdullahi Umar, Oct 09 2008
EXTENSIONS
More terms from Alois P. Heinz, Feb 01 2011
STATUS
approved