A055084 Number of 6 X n binary matrices with no zero rows or columns, up to row and column permutation.
1, 15, 180, 2001, 20755, 200082, 1781941, 14637962, 111011667, 779695050, 5093379110, 31092553357, 178203364143, 963217652830, 4930357535218, 23989343505296, 111335037107474, 494383391324356, 2106346854756098
Offset: 1
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..500
Programs
-
PARI
Vec((G(6, x) - G(5, x))*(1 - x) + O(x^30)) \\ G defined in A028657. - Andrew Howroyd, Feb 28 2023
Comments