cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A215688 Number of solid standard Young tableaux of shape [[3*n,3],[3]].

Original entry on oeis.org

0, 192, 7020, 52808, 229680, 738192, 1950512, 4488180, 9314448, 17841200, 32050452, 54630432, 89126240, 140105088, 213336120, 315984812, 456821952, 646447200, 897527228, 1225048440, 1646584272, 2182577072, 2856634560, 3695840868, 4731082160, 5997386832
Offset: 0

Views

Author

Alois P. Heinz, Aug 20 2012

Keywords

Crossrefs

Row n=3 of A176129.

Programs

  • Maple
    a:= n-> `if`(n=0, 0, 32+(-312+(-362+(171+(657+(405+81*n)*n)*n)*n)*n)*n/4):
    seq(a(n), n=0..40);

Formula

G.f.: 4*(8*x^6-41*x^5+105*x^4+181*x^3+1925*x^2+1419*x+48)*x/(1-x)^7.
a(n) = (3*n-1)*(3*n-2)*(3*n^2+13*n+16)*(3*n^2+5*n+4)/4 for n>0, a(0) = 0.