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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131526 Number of degree-n permutations such that number of cycles of size 2k is even (or zero) and number of cycles of size 2k-1 is odd (or zero), for every k. 0
1, 1, 0, 3, 11, 40, 184, 1036, 12949, 88488, 807008, 7362586, 113572183, 1238477032, 15630890560, 228998728050, 4141605806441, 62222251093216, 1030119451142656, 19050688698470434, 412037845709792107, 8102391640556570616 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

E.g.f.: Product(1+sinh(x^(2*k-1)/(2*k-1)),k=1..infinity)*Product(cosh(x^(2*k)/(2*k)),k=1..infinity).

EXAMPLE

a(4)=11 because we have (1)(234), (1)(243), (123)(4), (124)(3), (132)(4), (134)(2), (142)(3), (143)(2), (12)(34), (13)(24) and (14)(23).

MAPLE

g:=(product(1+sinh(x^(2*k-1)/(2*k-1)), k=1..40))*(product(cosh(x^(2*k)/(2*k)), k=1..40)): gser:=series(g, x=0, 25); seq(factorial(n)*coeff(gser, x, n), n=0..21); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 28 2007

CROSSREFS

Sequence in context: A149063 A149064 A149065 * A073622 A181863 A075276

Adjacent sequences:  A131523 A131524 A131525 * A131527 A131528 A131529

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 25 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 28 2007

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 17:46 EST 2012. Contains 205835 sequences.