login
Search: a180985 -id:a180985
     Sort: relevance | references | number | modified | created      Format: long | short | data
Number of distinct n X n (0,1) matrices after double sorting: by row, by column, by row .. until reaching a fixed point.
+10
6
1, 2, 7, 45, 650, 24520, 2625117, 836488618, 818230288201, 2513135860300849, 24686082394548211147, 787959836124458000837941, 82905574521614049485027140026
OFFSET
0,2
COMMENTS
Also, number of n X n binary matrices with both rows and columns, considered as binary numbers, in nondecreasing order. (Ordering only rows gives A060690.) - R. H. Hardin, May 08 2008
A result of Adolf Mader and Otto Mutzbauer shows that the two definitions are equivalent. - Victor S. Miller, Feb 03 2009
For n=5, only 0.07% remain distinct. Sorting columns and\or rows does not change the permanent of the matrix and leaves the absolute value of the determinant unchanged.
Diagonal of A180985.
REFERENCES
Adolf Mader and Otto Mutzbauer, "Double Orderings of (0,1) Matrices", Ars Combinatoria v. 61 (2001) pp 81-95.
EXAMPLE
The 7 (2 X 2)-matrices are {{0,0},{0,0}}, {{0,0},{0,1}}, {{0,0},{1,1}}, {{0,1},{0,1}}, {{0,1},{1,0}}, {{0,1},{1,1}} and {{1,1},{1,1}}.
MATHEMATICA
baseform[li_List] := FixedPoint[Sort[Transpose[Sort[Transpose[Sort[ #1]]]]]&, li]; Table[Length@Split[Sort[baseform/@(Partition[ #, n]&/@(IntegerDigits[Range[0, -1+2^n^2], 2, n^2]))]], {n, 4}]
CROSSREFS
Column 0 of A374525.
KEYWORD
nonn,hard,more
AUTHOR
Wouter Meeussen, Nov 03 2003
EXTENSIONS
a(6)-a(12) found by R. H. Hardin, May 08 2008. These terms were found using bdd's (binary decision diagrams), just setting up the logical relations between bits in a gigantic bdd expression and using that to count the satisfying states.
Edited by N. J. A. Sloane, Feb 05 2009 at the suggestion of Victor S. Miller
STATUS
approved
Number of n X 3 binary arrays with rows and columns in nondecreasing order.
+10
2
4, 14, 45, 130, 336, 785, 1682, 3351, 6280, 11176, 19031, 31200, 49492, 76275, 114596, 168317, 242268, 342418, 476065, 652046, 880968, 1175461, 1550454, 2023475, 2614976, 3348684, 4251979, 5356300, 6697580, 8316711, 10260040, 12579897
OFFSET
1,1
COMMENTS
Column 3 of A180985.
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8) (=polynomial degree 7).
Conjectures from Colin Barker, Apr 12 2018: (Start)
G.f.: x*(4 - 18*x + 45*x^2 - 62*x^3 + 52*x^4 - 27*x^5 + 8*x^6 - x^7) / (1 - x)^8.
a(n) = (5040 + 7860*n + 4494*n^2 + 2044*n^3 + 525*n^4 + 175*n^5 + 21*n^6 + n^7) / 5040.
(End)
EXAMPLE
Some solutions for 5 X 3:
..0..0..0....0..0..0....0..0..0....0..0..1....0..1..1....0..0..0....0..0..0
..0..0..1....0..0..1....0..0..0....0..1..0....0..1..1....0..1..1....0..0..1
..1..1..0....1..1..1....0..0..0....0..1..0....1..0..1....0..1..1....0..1..1
..1..1..0....1..1..1....0..0..1....0..1..1....1..0..1....0..1..1....1..1..0
..1..1..0....1..1..1....1..1..1....1..0..1....1..1..1....0..1..1....1..1..1
CROSSREFS
Cf. A180985.
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 09 2011
STATUS
approved
Number of nX4 binary arrays with rows and columns in nondecreasing order
+10
1
5, 25, 130, 650, 2942, 11819, 42305, 136564, 402910, 1099694, 2805530, 6748066, 15412437, 33626131, 70430778, 142218719, 277853339, 526833235, 972034814, 1749218190, 3076360192, 5297051455, 8943742419, 14828643610, 24172697276
OFFSET
1,1
COMMENTS
Column 4 of A180985
LINKS
FORMULA
Empirical: a(n)=16*a(n-1)-120*a(n-2)+560*a(n-3)-1820*a(n-4)+4368*a(n-5)-8008*a(n-6)+11440*a(n-7)-12870*a(n-8)+11440*a(n-9)-8008*a(n-10)+4368*a(n-11)-1820*a(n-12)+560*a(n-13)-120*a(n-14)+16*a(n-15)-a(n-16) (=polynomial degree 15)
EXAMPLE
Some solutions for 3X4
..0..0..1..1....0..0..0..0....0..1..1..1....0..0..1..1....0..0..0..1
..1..1..0..0....0..0..1..1....1..0..0..1....0..1..0..1....0..0..0..1
..1..1..1..1....1..1..1..1....1..0..1..1....1..1..1..0....0..0..0..1
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 09 2011
STATUS
approved
Number of nX5 binary arrays with rows and columns in nondecreasing order
+10
1
6, 41, 336, 2942, 24520, 183010, 1202234, 6979061, 36211867, 170079565, 731624096, 2911895183, 10815978253, 37768115174, 124748330554, 391810133592, 1175449312215, 3381493985527, 9359644588182, 25000202714062, 64609485660764
OFFSET
1,1
COMMENTS
Column 5 of A180985
LINKS
FORMULA
Empirical: a(n)=32*a(n-1)-496*a(n-2)+4960*a(n-3)-35960*a(n-4)+201376*a(n-5)-906192*a(n-6)+3365856*a(n-7)-10518300*a(n-8)+28048800*a(n-9)-64512240*a(n-10)+129024480*a(n-11)-225792840*a(n-12)+347373600*a(n-13)-471435600*a(n-14)+565722720*a(n-15)-601080390*a(n-16)+565722720*a(n-17)-471435600*a(n-18)+347373600*a(n-19)-225792840*a(n-20)+129024480*a(n-21)-64512240*a(n-22)+28048800*a(n-23)-10518300*a(n-24)+3365856*a(n-25)-906192*a(n-26)+201376*a(n-27)-35960*a(n-28)+4960*a(n-29)-496*a(n-30)+32*a(n-31)-a(n-32) (=polynomial degree 31)
EXAMPLE
Some solutions for 3X5
..0..0..1..1..1....0..1..1..1..1....0..0..1..1..1....0..0..0..0..1
..0..1..0..1..1....1..0..0..0..0....0..1..0..0..0....0..1..1..1..1
..1..1..0..0..1....1..1..1..1..1....1..1..1..1..1....1..0..0..0..0
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 09 2011
STATUS
approved
Number of nX6 binary arrays with rows and columns in nondecreasing order
+10
1
7, 63, 785, 11819, 183010, 2625117, 33345183, 371484319, 3651371519, 32017940222, 253426591764, 1830279313811, 12175210709509, 75202293506213, 434279600673295, 2358572224659659, 12108001563352798, 59013152727127932
OFFSET
1,1
COMMENTS
Column 6 of A180985
LINKS
FORMULA
Empirical: a(n)=64*a(n-1)-2016*a(n-2)+41664*a(n-3)-635376*a(n-4)+7624512*a(n-5)-74974368*a(n-6)+621216192*a(n-7)-4426165368*a(n-8)+27540584512*a(n-9)-151473214816*a(n-10)+743595781824*a(n-11)-3284214703056*a(n-12)+13136858812224*a(n-13)-47855699958816*a(n-14)+159518999862720*a(n-15)-488526937079580*a(n-16)+1379370175283520*a(n-17)-3601688791018080*a(n-18)+8719878125622720*a(n-19)-19619725782651120*a(n-20)+41107996877935680*a(n-21)-80347448443237920*a(n-22)+146721427591999680*a(n-23)-250649105469666120*a(n-24)+401038568751465792*a(n-25)-601557853127198688*a(n-26)+846636978475316672*a(n-27)-1118770292985239888*a(n-28)+1388818294740297792*a(n-29)-1620288010530347424*a(n-30)+1777090076065542336*a(n-31)-1832624140942590534*a(n-32)+1777090076065542336*a(n-33)-1620288010530347424*a(n-34)+1388818294740297792*a(n-35)-1118770292985239888*a(n-36)+846636978475316672*a(n-37)-601557853127198688*a(n-38)+401038568751465792*a(n-39)-250649105469666120*a(n-40)+146721427591999680*a(n-41)-80347448443237920*a(n-42)+41107996877935680*a(n-43)-19619725782651120*a(n-44)+8719878125622720*a(n-45)-3601688791018080*a(n-46)+1379370175283520*a(n-47)-488526937079580*a(n-48)+159518999862720*a(n-49)-47855699958816*a(n-50)+13136858812224*a(n-51)-3284214703056*a(n-52)+743595781824*a(n-53)-151473214816*a(n-54)+27540584512*a(n-55)-4426165368*a(n-56)+621216192*a(n-57)-74974368*a(n-58)+7624512*a(n-59)-635376*a(n-60)+41664*a(n-61)-2016*a(n-62)+64*a(n-63)-a(n-64) (=polynomial degree 63)
EXAMPLE
Some solutions for 3X6
..0..0..0..1..1..1....0..0..0..0..1..1....0..0..0..1..1..1....0..1..1..1..1..1
..0..0..1..0..0..1....0..0..0..1..0..1....0..0..1..0..0..1....1..0..1..1..1..1
..0..1..1..0..1..1....0..0..0..1..1..1....1..1..1..0..0..1....1..1..0..0..0..0
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 09 2011
STATUS
approved
Number of nX7 binary arrays with rows and columns in nondecreasing order
+10
1
8, 92, 1682, 42305, 1202234, 33345183, 836488618, 18470742266, 358194085968, 6148026957098, 94402700488339, 1310734458313359, 16616390002366515, 193963806947349704, 2100034143080950846, 21221195503865955621
OFFSET
1,1
COMMENTS
Column 7 of A180985
LINKS
EXAMPLE
Some solutions for 3X7
..0..0..0..0..0..0..1....0..0..0..0..0..1..1....0..0..1..1..1..1..1
..0..1..1..1..1..1..1....0..0..0..0..0..1..1....0..1..0..0..0..1..1
..1..0..0..0..1..1..1....0..1..1..1..1..0..0....1..1..1..1..1..0..0
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 09 2011
STATUS
approved
Number of nX8 binary arrays with rows and columns in nondecreasing order
+10
1
9, 129, 3351, 136564, 6979061, 371484319, 18470742266, 818230288201, 31887670171373, 1096628939510047, 33575397457792227, 924491977646105742, 23115171441961340021, 529351592443419400759, 11186675629728308277811
OFFSET
1,1
COMMENTS
Column 8 of A180985
LINKS
EXAMPLE
Some solutions for 3X8
..0..1..1..1..1..1..1..1....0..0..0..0..0..1..1..1....0..0..1..1..1..1..1..1
..1..0..0..1..1..1..1..1....0..0..0..1..1..0..0..0....0..1..0..0..0..1..1..1
..1..0..1..0..0..0..1..1....0..0..0..1..1..0..1..1....1..0..0..1..1..0..0..1
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 09 2011
STATUS
approved

Search completed in 0.007 seconds