|
Search: id:A054974
|
|
|
| A054974 |
|
Number of nonnegative integer 2 X 2 matrices with no zero rows or columns and with sum of elements equal to n, up to row and column permutation. |
|
+0 3
|
|
| 1, 2, 6, 9, 17, 23, 36, 46, 65, 80, 106, 127, 161, 189, 232, 268, 321, 366, 430, 485, 561, 627, 716, 794, 897, 988, 1106, 1211, 1345, 1465, 1616, 1752, 1921, 2074, 2262, 2433, 2641, 2831, 3060, 3270, 3521, 3752, 4026, 4279, 4577, 4853, 5176, 5476, 5825, 6150
(list; graph; listen)
|
|
|
OFFSET
|
2,2
|
|
|
FORMULA
|
G.f.: -x^2*(x^3-x^2-1)/((x^2-1)^2*(x-1)^2).
|
|
EXAMPLE
|
There are 9 nonnegative integer 2 X 2 matrices with no zero rows or columns and with sum of elements equal to 5, up to row and column permutation:
[0 1] [0 1] [0 1] [0 1] [0 2] [0 2] [0 2] [0 3] [1 1]
[1 3] [2 2] [3 1] [4 0] [1 2] [2 1] [3 0] [1 1] [1 2].
|
|
MAPLE
|
gf := -x^2*(x^3-x^2-1)/((x^2-1)^2*(x-1)^2): s := series(gf, x, 101): for i from 2 to 100 do printf(`%d, `, coeff(s, x, i)) od:
|
|
CROSSREFS
|
Cf. A053307.
Adjacent sequences: A054971 A054972 A054973 this_sequence A054975 A054976 A054977
Sequence in context: A103139 A049622 A043548 this_sequence A072481 A032471 A156222
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)eunet.rs), May 28 2000
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu), May 29 2000
|
|
|
Search completed in 0.002 seconds
|