The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A051695 Number of degree-n even permutations of order exactly 4. 17
0, 0, 0, 0, 0, 90, 630, 3780, 18900, 94500, 457380, 3825360, 31505760, 312432120, 2704501800, 22984481520, 179863997040, 1531709328240, 13078616488560, 147223414987200, 1657733805020160, 20131890668255520, 226464779237447520, 2542924546378413120, 27053572399079688000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = (A001473(n) + A051685(n))/2.
E.g.f.: (exp(x + x^2/2 + x^4/4) + exp(x - x^2/2 - x^4/4) - exp(x + x^2/2) - exp(x - x^2/2))/2. - Andrew Howroyd, Feb 01 2020
MATHEMATICA
m = 26; ((Exp[x + x^2/2 + x^4/4] + Exp[x - x^2/2 - x^4/4] - Exp[x + x^2/2] - Exp[x - x^2/2])/2 + O[x]^m // CoefficientList[#, x]& // Rest) * Range[m - 1]! (* Jean-François Alcover, Feb 09 2020, after Andrew Howroyd *)
PROG
(PARI) seq(n)={my(A=O(x*x^n)); Vec(serlaplace(exp(x + x^2/2 + x^4/4 + A) + exp(x - x^2/2 - x^4/4 + A) - exp(x + x^2/2 + A) - exp(x - x^2/2 + A))/2, -n)} \\ Andrew Howroyd, Feb 01 2020
CROSSREFS
Sequence in context: A367093 A065949 A224541 * A304165 A232588 A097372
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
Terms a(19) and beyond from Andrew Howroyd, Feb 01 2020
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 May 20 12:27 EDT 2024. Contains 372712 sequences. (Running on oeis4.)