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!)
A000780 a(n) = (n+1)!/2 + (n-1)(n-1)!. 1
1, 4, 16, 78, 456, 3120, 24480, 216720, 2136960, 23224320, 275788800, 3552595200, 49337164800, 734788454400, 11681891020800, 197458829568000, 3535951491072000, 66869236482048000, 1331693730791424000, 27856727993622528000, 610658404052336640000 (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.
FORMULA
a(n) = (n-1)!* (n^2+3*n-2)/2. - Gary Detlefs, May 22 2010
MAPLE
seq((n-1)!* (n^2+3*n-2)/2, n = 1..19); # Gary Detlefs, May 22 2010
MATHEMATICA
Table[(n + 1)!/2 + (n - 1)*(n - 1)!, {n, 40}] (* Vladimir Joseph Stephan Orlovsky, Feb 23 2012 *)
PROG
(Magma) [Factorial(n+1)/2+(n-1)*Factorial(n-1): n in [1..25]]; // Vincenzo Librandi, Jun 07 2013
CROSSREFS
Sequence in context: A204208 A138294 A014514 * A002713 A221763 A362750
KEYWORD
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)