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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145887 Number of excedances in all even permutations of {1,2,...,n} with no fixed points. 3
0, 0, 3, 6, 60, 390, 3255, 29652, 300384, 3337380, 40382595, 528644490, 7445077068, 112248853626, 1803999434055, 30788257006920, 556112892188640, 10598857474652712, 212565974908314339, 4475073155964510510 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(n)=Sum(k*A145881(n,k),k=1..n-1) (n>=2).

REFERENCES

R. Mantaci and F. Rakotondrajao, Exceedingly deranging!, Advances in Appl. Math., 30 (2003), 177-188.

FORMULA

E.g.f.=(1/4)*z^2*(2-z)*exp(-z)/(1-z)^2.

EXAMPLE

a(4)=6 because the even derangements of {1,2,3,4} are 3412, 2143 and 4321, having 2, 2 and 2, excedances, respectively.

MAPLE

G:=(1/4)*z^3*(2-z)*exp(-z)/(1-z)^2: Gser:=series(G, z=0, 30): seq(factorial(n)*coeff(Gser, z, n), n=1..21);

CROSSREFS

A145880, A145881, A145886

Sequence in context: A058161 A012877 A103066 * A137123 A137133 A137137

Adjacent sequences:  A145884 A145885 A145886 * A145888 A145889 A145890

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 07 2008

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 15 15:20 EST 2012. Contains 205823 sequences.