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.

A210430 Number of semistandard Young tableaux over all partitions of 8 with maximal element <= n.

Original entry on oeis.org

0, 1, 25, 294, 2090, 10460, 40677, 131131, 366088, 912519, 2075965, 4381168, 8683962, 16321682, 29310113, 50595765, 84373024, 136476493, 214859601, 330171322, 496443610, 731902920, 1059919949, 1510112495, 2119617096, 2934545875, 4011645781, 5420178180
Offset: 0

Views

Author

Alois P. Heinz, Mar 21 2012

Keywords

Crossrefs

Row n=8 of A210391.

Programs

  • Maple
    a:= n-> n^2*(n^2+3)*(1124+(1205+191*n^2)*n^2)/10080:
    seq(a(n), n=0..40);

Formula

a(n) = n^2*(n^2+3)*(1124+(1205+191*n^2)*n^2)/10080.
G.f.: -x*(x+1)*(x^6+15*x^5+90*x^4+170*x^3+90*x^2+15*x+1)/(x-1)^9.