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.

A331707 Number of nonnegative integer matrices with 3 distinct columns and any number of distinct nonzero rows with column sums n and columns in decreasing lexicographic order.

This page as a plain text file.
%I A331707 #4 Jan 25 2020 20:55:12
%S A331707 0,1,46,1900,73028,2448599,75497242,2339274204,69674762468,
%T A331707 1979828352817,54476556180342,1451352388018928,37417987990316376,
%U A331707 936855054326483475,22833066202591181758,542259452432969505704,12569324678536063256324,284784345516356806067001,6313245421002223574950650
%N A331707 Number of nonnegative integer matrices with 3 distinct columns and any number of distinct nonzero rows with column sums n and columns in decreasing lexicographic order.
%C A331707 The condition that the columns be in decreasing order is equivalent to considering nonequivalent matrices with distinct columns up to permutation of columns.
%e A331707 The a(1) = 1 matrix is:
%e A331707   [1 0 0]
%e A331707   [0 1 0]
%e A331707   [0 0 1]
%Y A331707 Column k=3 of A331570.
%Y A331707 Cf. A331706.
%K A331707 nonn
%O A331707 0,3
%A A331707 _Andrew Howroyd_, Jan 25 2020