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!)
A128565 Column 1 of triangle A128564; a(n) equals the number of permutations of {1..n+2} with [n/2+1] inversions for n>=0. 2

%I #5 May 03 2017 12:38:48

%S 1,2,5,9,29,49,174,285,1068,1717,6655,10569,41926,66013,266338,416687,

%T 1703027,2651355,10947079,16976806,70673825,109256095,457927079,

%U 706071989,2976282415,4579020513,19395654894,29784426945,126688273871,194231327451,829176461458

%N Column 1 of triangle A128564; a(n) equals the number of permutations of {1..n+2} with [n/2+1] inversions for n>=0.

%F a(n) = A008302(n+2,[n/2+1]) = coefficient of q^[n/2+1] in the q-factorial of n+2 for n>=0.

%o (PARI) {a(n)=polcoeff(prod(j=1, n+2, (1-q^j)/(1-q)),(n+2)\2,q)}

%Y Cf. A008302 (Mahonian numbers); A128564 (triangle), A128566 (column 2).

%K nonn

%O 0,2

%A _Paul D. Hanna_, Mar 12 2007

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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)