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!)
A244300 Number of standard Young tableaux with n cells such that the lengths of the first and the last row differ by 6. 2

%I #5 Jun 25 2014 16:05:22

%S 7,28,279,1354,8823,45553,256192,1328368,7272035,37498159,201732490,

%T 1052038304,5628260010,29642509180,158744001098,844461334762,

%U 4549886593291,24435491901926,132677029062176,719558882421952,3940213225673584,21584248413514700

%N Number of standard Young tableaux with n cells such that the lengths of the first and the last row differ by 6.

%C Also the number of ballot sequences of length n such that the multiplicities of the largest and the smallest value differ by 6.

%H Alois P. Heinz, <a href="/A244300/b244300.txt">Table of n, a(n) for n = 8..100</a>

%p h:= proc(l) local n; n:=nops(l); add(i, i=l)!/mul(mul(1+l[i]-j+

%p add(`if`(l[k]>=j, 1, 0), k=i+1..n), j=1..l[i]), i=1..n) end:

%p g:= proc(n, i, l) local j; `if`(n=0 or i<1, 0, `if`(l<>[] and

%p l[1]-i=6, `if`(irem(n, i, 'j')=0, h([l[], i$j]), 0),

%p add(g(n-i*j, i-1, [l[], i$j]), j=0..n/i)))

%p end:

%p a:= n-> g(n$2, []):

%p seq(a(n), n=8..35);

%Y Column k=6 of A238707.

%K nonn

%O 8,1

%A _Joerg Arndt_ and _Alois P. Heinz_, Jun 25 2014

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)