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!)
A000779 a(n) = 2*(2n-1)!!-(n-1)!*2^(n-1), where (2n-1)!! is A001147(n). 1
1, 4, 22, 162, 1506, 16950, 224190, 3408930, 58596930, 1123663590, 23782729950, 550718680050, 13849716607650, 375904338960150, 10952237584237950, 340947694234397250, 11294123783425733250, 396665528378000631750 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
J. R. Stembridge, Some combinatorial aspects of reduced words in finite Coxeter groups, Trans. Amer. Math. Soc. 349 (1997), no. 4, 1285-1332.
MAPLE
seq(2*doublefactorial(2*n-1)-(n-1)!*2^(n-1), n=1..18); # Nathaniel Johnston, Jun 23 2011
MATHEMATICA
Table[2*(2n-1)!! - (n-1)!*2^(n-1), {n, 1, 20}] (* Jean-François Alcover, Feb 11 2016 *)
PROG
(Magma) A001147:=func< n | n eq 0 select 1 else &*[ k: k in [1..2*n-1 by 2] ] >; [ 2*A001147(n)-Factorial(n-1)*2^(n-1): n in [1..20] ]; // Klaus Brockhaus, Jun 22 2011
CROSSREFS
Cf. A001147.
Sequence in context: A218678 A346968 A184942 * A053144 A089464 A111343
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jun 13 2011
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 29 03:17 EDT 2024. Contains 372921 sequences. (Running on oeis4.)