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
0, 0, 1, 3, 12, 40, 120, 336, 7168, 58752, 345600, 1682560, 15983616, 142192128, 2318697472, 25614382080, 282753361920, 2645093410816, 48869743454208, 674729909839872, 12153962014842880, 167314499427532800, 1986101341059956736, 20335611320801886208 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
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).
EXAMPLE
For n=3 the a(3)=3 solutions are (1, 2), (1, 3), (2, 3) (permutations in cyclic notation).
MATHEMATICA
With[{nn = 22},
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]!]
CROSSREFS
Sequence in context: A080929 A052482 A061136 * A247002 A027991 A120304
KEYWORD
easy,nonn
AUTHOR
STATUS
approved

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)