login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A055082
Number of 4 X n binary matrices with no zero rows or columns, up to row and column permutation.
4
1, 8, 42, 179, 633, 2001, 5745, 15274, 38000, 89331, 199715, 427184, 878152, 1741964, 3345562, 6239390, 11327863, 20065972, 34747460, 58924066, 98002370, 160086580, 257148244, 406637336, 633669040, 973971441, 1477810227, 2215179768, 3282598034, 4811946882
OFFSET
1,2
LINKS
F. Harary, L. March and R. W. Robinson, On enumerating certain design problems in terms of bicolored graphs with no isolates, Environment and Planning, B 5 (1978), 31-43.
F. Harary, L. March and R. W. Robinson, On enumerating certain design problems in terms of bicolored graphs with no isolates, Environment and Planning B: Urban Analytics and City Science, 5 (1978), 31-43. [Annotated scanned copy]
PROG
(PARI) Vec((G(4, x) - G(3, x))*(1 - x) + O(x^30)) \\ G defined in A028657. - Andrew Howroyd, Feb 28 2023
CROSSREFS
Column k=4 of A056152.
Sequence in context: A287221 A119965 A229729 * A266940 A212337 A289031
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Jun 13 2000
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Mar 25 2020
STATUS
approved