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.

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

This page as a plain text file.
%I A331705 #6 Jan 25 2020 20:54:58
%S A331705 1,3,42,1900,184550,29724388,7137090958,2393644524156,
%T A331705 1068870144819960,613045196870306340,439190550399403297437,
%U A331705 384354189217232125992320,403475262029493557613389128,500401167055816780694578266750,723870101627745660876118985228250
%N A331705 Number of nonnegative integer matrices with n distinct columns and any number of distinct nonzero rows with column sums 3 and columns in decreasing lexicographic order.
%C A331705 The condition that the columns be in decreasing order is equivalent to considering nonequivalent matrices with distinct columns up to permutation of columns.
%H A331705 Andrew Howroyd, <a href="/A331705/b331705.txt">Table of n, a(n) for n = 0..100</a>
%F A331705 a(n) = (1/n!)*Sum_{k=0..n} abs(Stirling1(n, k)) * A331645(k).
%e A331705 The a(1) = 3 matrices are:
%e A331705    [2]  [1]  [3]
%e A331705    [1]  [2]
%Y A331705 Row n=3 of A331570.
%Y A331705 Cf. A331645, A331704.
%K A331705 nonn
%O A331705 0,2
%A A331705 _Andrew Howroyd_, Jan 25 2020