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.

A322487 Number of (3*n) X n matrices with nonnegative integer entries and each column sum being 3 up to permutation of rows.

Original entry on oeis.org

1, 3, 31, 686, 27036, 1688360, 154703688, 19692332568, 3342458334775, 732812082630803, 202322386045180686, 68898094282978653925, 28443422251718020038049, 14029033632468285836567998, 8164217197799501761637725983, 5545466507405459243366712102466
Offset: 0

Views

Author

Andrew Howroyd, Dec 11 2018

Keywords

Comments

Also number of multiset partitions of [1,1,1,2,2,2,...,n,n,n] into nonempty multisets. - Marko Riedel, Nov 29 2022

Examples

			a(1) = 3 because up to permutations of rows there are 3 column vectors with sum 3: [1, 1, 1], [2, 1, 0] and [3, 0, 0].
		

Crossrefs

Row n=3 of A219727.