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.

A331646 Number of nonnegative integer matrices with 2 columns and any number of distinct nonzero rows with column sums n.

This page as a plain text file.
%I A331646 #8 Jan 31 2020 14:46:55
%S A331646 1,3,13,87,539,2483,14567,81669,402187,2089413,10344053,49065413,
%T A331646 232941293,1092284091,5011510213,22637050383,100092546203,
%U A331646 439274499155,1888145728847,8058486875493,33954688300771,140741748208701,579404121062837,2354567807958773,9481400353625789
%N A331646 Number of nonnegative integer matrices with 2 columns and any number of distinct nonzero rows with column sums n.
%H A331646 Andrew Howroyd, <a href="/A331646/b331646.txt">Table of n, a(n) for n = 0..100</a>
%e A331646 The a(1) = 3 matrices are:
%e A331646   [1 0]  [0 1]  [1 1]
%e A331646   [0 1]  [1 0]
%o A331646 (PARI) a(n)={subst(serlaplace(polcoef(polcoef(prod(i=0, n, prod(j=0, n, 1 + x^i*y^j*z + O(x*x^n) + O(y*y^n))), n, x), n, y)/(1 + z)), z, 1)}
%Y A331646 Column k=2 of A331568.
%Y A331646 Cf. A331647, A331706, A331711.
%K A331646 nonn
%O A331646 0,2
%A A331646 _Andrew Howroyd_, Jan 23 2020