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.

A258586 Number of solid standard Young tableaux of shape [[{n}^(n+1)],[n]^n].

Original entry on oeis.org

1, 2, 936, 1825221320, 70351928759681296000, 160978956785364112335731878007698260, 51488321677815455036453939239317069333712945710369620220, 4648889159675386017282064494039528050991187044317172798976485350954735075040045120
Offset: 0

Views

Author

Alois P. Heinz, Nov 06 2015

Keywords

Crossrefs

Programs

  • Maple
    b:= proc(l) option remember; local m; m:= nops(l);
          `if`({map(x-> x[], l)[]}={0}, 1, add(add(`if`(l[i][j]>
          `if`(i=m or nops(l[i+1])
          `if`(nops(l[i])=j, 0, l[i][j+1]), b(subsop(i=subsop(
           j=l[i][j]-1, l[i]), l)), 0), j=1..nops(l[i])), i=1..m))
        end:
    a:= n-> b([[n$(n+1)], [n]$n]):
    seq(a(n), n=0..5);