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!)
A244100 Number of ballot sequences of length n having 3 largest parts. 2
1, 0, 0, 5, 14, 28, 90, 285, 1232, 4378, 17082, 65338, 269775, 1148080, 5111730, 23047359, 107594036, 507358368, 2479868846, 12286215326, 62819732813, 325860325750, 1733254403460, 9356359893725, 51583509113814, 288761957868348, 1647416875806320 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,4
COMMENTS
Also number of standard Young tableaux with last row of length 3.
LINKS
MATHEMATICA
b[n_, l_List] := b[n, l] = If[n < 1, x^l[[-1]], b[n - 1, Append[l, 1]] + Sum[If[i == 1 || l[[i - 1]] > l[[i]], b[n - 1, ReplacePart[l, i -> l[[i]] + 1]], 0], {i, 1, Length[l]}]]; a[n_] := Coefficient[b[n - 1, {1}], x, 3]; Table[a[n], {n, 3, 30}] (* Jean-François Alcover, Feb 10 2015, after A238123 *)
CROSSREFS
Column k=3 of A238123.
Sequence in context: A005586 A197058 A212678 * A031333 A303706 A161437
KEYWORD
nonn
AUTHOR
Joerg Arndt and Alois P. Heinz, Jun 20 2014
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 May 13 11:43 EDT 2024. Contains 372504 sequences. (Running on oeis4.)