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.

A331708 Number of nonnegative integer matrices with distinct nonzero rows, total sum n, distinct columns with equals sums and columns in decreasing lexicographic order.

This page as a plain text file.
%I A331708 #5 Jan 25 2020 20:55:25
%S A331708 1,2,4,10,6,100,14,832,1928,9280,66,409928,134,3138847,32173339,
%T A331708 134531629,618,9353244335,1178,183394485615,2395983801112,
%U A331708 2311773448717,4758,1479147860804022,311353753955807,3599356750729620,613047176698674761,1842753685676233794,30462
%N A331708 Number of nonnegative integer matrices with distinct nonzero rows, total sum n, distinct columns with equals sums and columns in decreasing lexicographic order.
%C A331708 The condition that the columns be in decreasing order is equivalent to considering nonequivalent matrices with distinct columns up to permutation of columns.
%F A331708 a(n) = Sum_{d|n} A331570(n/d, d).
%e A331708 The a(4) = 10 matrices are:
%e A331708   [1 0 0 0]  [1 1]  [1 0]  [1 0]
%e A331708   [0 1 0 0]  [1 0]  [1 1]  [0 1]
%e A331708   [0 0 1 0]  [0 1]  [0 1]  [1 1]
%e A331708   [0 0 0 1]
%e A331708 .
%e A331708   [2 1]  [2 0]  [1 0]  [3]  [1]  [4]
%e A331708   [0 1]  [0 2]  [1 2]  [1]  [3]
%Y A331708 Cf. A331570.
%K A331708 nonn
%O A331708 1,2
%A A331708 _Andrew Howroyd_, Jan 25 2020