login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A308648 Number of degree-n odd permutations of order dividing 8. 0

%I #30 Jun 14 2019 19:26:31

%S 0,0,1,3,12,40,120,336,7168,58752,345600,1682560,15983616,142192128,

%T 2318697472,25614382080,282753361920,2645093410816,48869743454208,

%U 674729909839872,12153962014842880,167314499427532800,1986101341059956736,20335611320801886208

%N Number of degree-n odd permutations of order dividing 8.

%F E.g.f.: (1/2)*exp(x + (1/2)*x^2 + (1/4)*x^4 + (1/8)*x^8) - (1/2)*exp(x - (1/2)*x^2 -(1/4)*x^4 - (1/8)*x^8).

%e For n=3 the a(3)=3 solutions are (1, 2), (1, 3), (2, 3) (permutations in cyclic notation).

%t With[{nn = 22},

%t CoefficientList[Series[1/2 Exp[x + x^2/2 + x^4/4 + x^8/8] - 1/2 Exp[x - x^2/2 - x^4/4 - x^8/8], {x, 0, nn}], x]*Range[0, nn]!]

%Y Cf. A061131, A061136, A061137.

%K easy,nonn

%O 0,4

%A _Luis Manuel Rivera Martínez_, Jun 14 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)