|
| |
|
|
A002691
|
|
(n+2) * (2n+1) * (2n-1)! / (n-1)!.
(Formerly M4661 N1996)
|
|
2
| |
|
|
1, 9, 120, 2100, 45360, 1164240, 34594560, 1167566400, 44108064000, 1843717075200, 84475764172800, 4209708914611200, 226676633863680000, 13114862387827200000, 811372819726909440000, 53449184499510159360000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Coefficients of orthogonal polynomials.
|
|
|
REFERENCES
| H. E. Salzer, Orthogonal polynomials arising in the evaluation of inverse Laplace transforms, Math. Comp. 9 (1955), 164-177.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
FORMULA
| E.g.f.: (1-x)/(1-4x)^(5/2).
|
|
|
MAPLE
| a:=n->sum((count(Permutation(n*2-1), size=n)), j=0..n)/2: seq(a(n), n=1..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 03 2007
|
|
|
MATHEMATICA
| Join[{1}, Table[(n+2)(2n+1)(2n-1)!/(n-1)!, {n, 15}]] (* From Harvey P. Dale, June 09 2011 *)
|
|
|
PROG
| (PARI) a(n)=(n+2)*(2*n+1)*(2*n-1)!/(n-1)!
|
|
|
CROSSREFS
| Cf. A002690.
Sequence in context: A061172 A167593 A024487 * A157930 A017102 A167722
Adjacent sequences: A002688 A002689 A002690 * A002692 A002693 A002694
|
|
|
KEYWORD
| nonn,easy,nice
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Edited by R. Stephan, Mar 21 2004
|
| |
|
|