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.

A058407 Number of 3 X n nonnegative integer matrices with all column sums 3, up to row and column permutation.

Original entry on oeis.org

1, 3, 13, 44, 134, 356, 876, 1966, 4146, 8236, 15592, 28252, 49357, 83377, 136837, 218728, 341554, 522064, 782810, 1153180, 1671698, 2387568, 3363738, 4679208, 6433183, 8748119, 11775343, 15699188, 20744108, 27180308, 35332850, 45588746
Offset: 0

Views

Author

Vladeta Jovovic, Nov 25 2000

Keywords

Comments

Number of 3 X n nonnegative integer matrices with all column sums equal to m, up to row and column permutation, is coefficient of x^n in expansion of 1 / 6 * (1 / (1 - x)^C(m + 2,2) + 3 / (1 - x)^floor((m + 2) / 2) / (1 - x^2)^(C(m + 2,2) - floor((m + 2) / 2)) / 2 + 2 / (1 - x)^(C(m + 2,2) - 3 * floor(C(m + 2,2) / 3)) / (1 - x^3)^floor(C(m + 2,2) / 3)).

Crossrefs

Formula

G.f.: 1/6*(1/(1-x)^10+3/(1-x)^2/(1-x^2)^4+2/(1-x)/(1-x^3)^3).

Extensions

More terms from Max Alekseyev, Jun 21 2011