The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A331646 Number of nonnegative integer matrices with 2 columns and any number of distinct nonzero rows with column sums n. 5
1, 3, 13, 87, 539, 2483, 14567, 81669, 402187, 2089413, 10344053, 49065413, 232941293, 1092284091, 5011510213, 22637050383, 100092546203, 439274499155, 1888145728847, 8058486875493, 33954688300771, 140741748208701, 579404121062837, 2354567807958773, 9481400353625789 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
The a(1) = 3 matrices are:
[1 0] [0 1] [1 1]
[0 1] [1 0]
PROG
(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)}
CROSSREFS
Column k=2 of A331568.
Sequence in context: A188204 A152112 A167810 * A054420 A363656 A300701
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 23 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 11:50 EDT 2024. Contains 373173 sequences. (Running on oeis4.)