|
Search: id:A002624
|
|
|
| A002624 |
|
Expansion of (1-x)^-3 (1-x^2 )^-2. (Formerly M2723 N1091)
|
|
+0 7
|
|
| 1, 3, 8, 16, 30, 50, 80, 120, 175, 245, 336, 448, 588, 756, 960, 1200, 1485, 1815, 2200, 2640, 3146, 3718, 4368, 5096, 5915, 6825, 7840, 8960, 10200, 11560, 13056, 14688, 16473, 18411, 20520, 22800, 25270, 27930, 30800, 33880, 37191, 40733, 44528
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
E. Fix and J. L. Hodges, Jr., Significance probabilities of the Wilcoxon test, Annals Math. Stat., 26 (1955), 301-312.
|
|
LINKS
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 204
|
|
FORMULA
|
a(n-1)= ( n^4 +10*n^3 +32*n^2 +32*n +(6*n +15)*(n mod 2) )/96.
|
|
MAPLE
|
A002624:=-1/(z+1)**2/(z-1)**5; [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
MATHEMATICA
|
f[n_] := Block[{m = n - 1}, (m^4 + 10m^3 + 32m^2 + 32m + (6m + 15)Mod[m, 2])/96]; Table[ f[n], {n, 2, 45}]
(* Or *) CoefficientList[ Series[1/((1 - x)^3 (1 - x^2)^2), {x, 0, 44}], x] (from Robert G. Wilson v Feb 26 2005)
|
|
CROSSREFS
|
Sequence in context: A009858 A009439 A000233 this_sequence A068039 A081661 A005103
Adjacent sequences: A002621 A002622 A002623 this_sequence A002625 A002626 A002627
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Formula and more terms from Frank.Ellermann(AT)t-online.de, Mar 14 2002
|
|
|
Search completed in 0.002 seconds
|