OFFSET
2,2
COMMENTS
Row sums of A372230.
REFERENCES
J. Oxley, Matroid Theory, Oxford Graduate Texts in Mathematics, 1992, page 8.
MATHEMATICA
nn = 13; Map[Total, Table[Table[PadRight[Table[Product[(2^n - 2^i)/(2^k - 2^i), {i, 0, k - 1}], {k, 2, n}], nn], {n, 2, nn}][[All, j]]*
Table[Product[2^n - 2^i, {i, 0, n - 1}]/(n + 1)!, {n, 2, nn}][[j]], {j, 1, nn - 1}] // Transpose]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Apr 28 2024
STATUS
approved