cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-8 of 8 results.

A204713 T(n,k) is the number of (n+1) X (k+1) 0..1 arrays with the permanents of all 2 X 2 subblocks equal and nonzero.

Original entry on oeis.org

7, 13, 13, 25, 33, 25, 49, 81, 81, 49, 97, 209, 257, 209, 97, 193, 529, 833, 833, 529, 193, 385, 1361, 2689, 3473, 2689, 1361, 385, 769, 3473, 8705, 14145, 14145, 8705, 3473, 769, 1537, 8913, 28161, 58449, 73345, 58449, 28161, 8913, 1537, 3073, 22801, 91137
Offset: 1

Views

Author

R. H. Hardin, Jan 18 2012

Keywords

Comments

This is A183688+1 (the +1 comes from the all-1 matrix). [Discovered by Sequence Machine] - Andrey Zabolotskiy, Oct 19 2021

Examples

			Table starts
    7   13    25     49       97       193        385         769         1537
   13   33    81    209      529      1361       3473        8913        22801
   25   81   257    833     2689      8705      28161       91137       294913
   49  209   833   3473    14145     58449     239425      986129      4047681
   97  529  2689  14145    73345    382849    1992321    10382977     54072961
  193 1361  8705  58449   382849   2542369   16748161   110871041    731709057
  385 3473 28161 239425  1992321  16748161  140090241  1174759297   9838208513
  769 8913 91137 986129 10382977 110871041 1174759297 12503757969 132720731393
Some solutions for n=4 k=3
  1  1  1  1    1  1  1  1    0  1  1  1    1  1  1  1    0  1  0  1
  0  1  0  1    0  1  0  1    1  0  1  0    0  1  0  1    1  1  1  0
  1  1  1  0    1  0  1  0    1  1  1  1    1  1  1  0    1  0  1  1
  0  1  0  1    1  1  0  1    0  1  0  1    1  0  1  1    0  1  1  0
  1  1  1  0    0  1  1  0    1  1  1  0    1  1  0  1    1  1  0  1
		

Crossrefs

Column 1 is A004119(n+1).
Cf. A183688.

Formula

Empirical for column k:
k=1: a(n) = 3*a(n-1) -2*a(n-2)
k=2: a(n) = 2*a(n-1) +3*a(n-2) -4*a(n-3)
k=3: a(n) = 3*a(n-1) +2*a(n-2) -4*a(n-3)
k=4: a(n) = a(n-1) +13*a(n-2) +3*a(n-3) -16*a(n-4)
k=5: a(n) = 4*a(n-1) +15*a(n-2) -38*a(n-3) -52*a(n-4) +72*a(n-5)
k=6: (order 9 recurrence)
k=7: (order 10 recurrence)

A183682 Number of (n+1) X 3 binary arrays with every 2 X 2 subblock nonsingular.

Original entry on oeis.org

12, 32, 80, 208, 528, 1360, 3472, 8912, 22800, 58448, 149648, 383440, 982032, 2515792, 6443920, 16507088, 42282768, 108311120, 277442192, 710686672, 1820455440, 4663202128, 11945023888, 30597832400, 78377927952, 200769257552
Offset: 1

Views

Author

R. H. Hardin, Jan 06 2011

Keywords

Comments

Column 2 of A183688.

Examples

			Some solutions for 5 X 3:
..0..1..1....0..1..1....0..1..0....1..1..1....1..1..0....1..1..0....1..0..1
..1..0..1....1..0..1....1..0..1....1..0..1....1..0..1....1..0..1....1..1..0
..1..1..0....0..1..0....0..1..0....1..1..0....1..1..1....0..1..1....0..1..1
..0..1..1....1..0..1....1..0..1....1..0..1....0..1..0....1..0..1....1..1..0
..1..1..0....0..1..0....0..1..0....0..1..0....1..1..1....1..1..0....1..0..1
		

Crossrefs

Cf. A183688.

Formula

Empirical: a(n) = a(n-1) + 4*a(n-2).
Conjectures from Colin Barker, Feb 27 2018: (Start)
G.f.: 4*x*(3 + 5*x) / (1 - x - 4*x^2).
a(n) = (2^(-1-n)*((1-sqrt(17))^n*(-19+5*sqrt(17)) + (1+sqrt(17))^n*(19+5*sqrt(17)))) / sqrt(17).
(End)

A183681 Number of (n+1)X(n+1) binary arrays with every 2X2 subblock nonsingular.

Original entry on oeis.org

6, 32, 256, 3472, 73344, 2542368, 140090240, 12503757968, 1787244586880, 411927241028352, 152442345546739968, 90819596095626887104, 86960426240537811217920, 133963874202574308172821152
Offset: 1

Views

Author

R. H. Hardin Jan 06 2011

Keywords

Comments

Diagonal of A183688

Examples

			Some solutions for 3X3
..0..1..0....0..1..1....1..0..1....1..1..0....1..1..1....1..1..1....0..1..0
..1..1..1....1..0..1....0..1..0....1..0..1....1..0..1....1..0..1....1..0..1
..0..1..0....1..1..1....1..0..1....1..1..0....1..1..1....1..1..0....1..1..1
		

A183683 Number of (n+1) X 5 binary arrays with every 2 X 2 subblock nonsingular.

Original entry on oeis.org

48, 208, 832, 3472, 14144, 58448, 239424, 986128, 4047680, 16650448, 68397888, 281218704, 1155579712, 4750209360, 19522035520, 80241997072, 329789811520, 1355498530256, 5571139502912, 22898117877648, 94112790021952
Offset: 1

Views

Author

R. H. Hardin, Jan 06 2011

Keywords

Comments

Column 4 of A183688.

Examples

			Some solutions for 3 X 5:
..0..1..1..1..1....1..1..1..0..1....1..1..0..1..0....1..0..1..1..0
..1..1..0..1..0....1..0..1..1..0....0..1..1..0..1....0..1..0..1..1
..0..1..1..0..1....0..1..0..1..1....1..1..0..1..0....1..1..1..0..1
		

Crossrefs

Cf. A183688.

Formula

Empirical: a(n) = 13*a(n-2) + 16*a(n-3).
Empirical g.f.: 16*x*(3 + 13*x + 13*x^2) / (1 - 13*x^2 - 16*x^3). - Colin Barker, Apr 04 2018

A183684 Number of (n+1) X 6 binary arrays with every 2 X 2 subblock nonsingular.

Original entry on oeis.org

96, 528, 2688, 14144, 73344, 382848, 1992320, 10382976, 54072960, 281700992, 1467309696, 7643513472, 39814841984, 207399103104, 1080347897472, 5627597738624, 29314404685440, 152700279978624, 795423120883328
Offset: 1

Views

Author

R. H. Hardin, Jan 06 2011

Keywords

Comments

Column 5 of A183688.

Examples

			Some solutions for 3 X 6:
..0..1..1..0..1..0....1..0..1..1..0..1....0..1..0..1..0..1....1..1..0..1..1..0
..1..0..1..1..1..1....0..1..0..1..1..0....1..1..1..1..1..0....1..0..1..0..1..1
..0..1..1..0..1..0....1..0..1..0..1..1....0..1..0..1..0..1....0..1..1..1..1..0
		

Crossrefs

Cf. A183688.

Formula

Empirical: a(n) = 3*a(n-1) + 18*a(n-2) - 20*a(n-3) - 72*a(n-4).
Empirical g.f.: 16*x*(6 + 15*x - 39*x^2 - 94*x^3) / ((1 + 2*x)*(1 - 5*x - 8*x^2 + 36*x^3)). - Colin Barker, Apr 04 2018

A183685 Number of (n+1) X 7 binary arrays with every 2 X 2 subblock nonsingular.

Original entry on oeis.org

192, 1360, 8704, 58448, 382848, 2542368, 16748160, 110871040, 731709056, 4838473472, 31954317952, 211206670208, 1395251843712, 9220409667200, 60918293373568, 402541765541504, 2659689937121920, 17574356285235840
Offset: 1

Views

Author

R. H. Hardin, Jan 06 2011

Keywords

Comments

Column 6 of A183688.

Examples

			Some solutions for 3 X 7:
..0..1..1..1..0..1..1....1..1..1..1..0..1..1....1..1..0..1..0..1..0
..1..1..0..1..1..0..1....1..0..1..0..1..0..1....0..1..1..1..1..0..1
..0..1..1..1..0..1..1....1..1..1..1..1..1..0....1..0..1..0..1..1..1
		

Crossrefs

Cf. A183688.

Formula

Empirical: a(n) = 3*a(n-1) + 48*a(n-2) - 78*a(n-3) - 720*a(n-4) + 612*a(n-5) + 4232*a(n-6) - 1392*a(n-7) - 8192*a(n-8).
Empirical g.f.: 16*x*(12 + 49*x - 287*x^2 - 1123*x^3 + 2127*x^4 + 8058*x^5 - 4668*x^6 - 17344*x^7) / (1 - 3*x - 48*x^2 + 78*x^3 + 720*x^4 - 612*x^5 - 4232*x^6 + 1392*x^7 + 8192*x^8). - Colin Barker, Apr 04 2018

A183686 Number of (n+1)X8 binary arrays with every 2X2 subblock nonsingular.

Original entry on oeis.org

384, 3472, 28160, 239424, 1992320, 16748160, 140090240, 1174759296, 9838208512, 82449830016, 690711971456, 5787565930752, 48489078457728, 406275347589248, 3403932556101120, 28520064001053824, 238954333647573120
Offset: 1

Views

Author

R. H. Hardin Jan 06 2011

Keywords

Comments

Column 7 of A183688

Examples

			Some solutions for 3X8
..0..1..1..1..1..1..1..1....0..1..0..1..0..1..0..1....1..1..1..0..1..0..1..1
..1..0..1..0..1..0..1..0....1..0..1..1..1..1..1..1....1..0..1..1..0..1..0..1
..0..1..1..1..0..1..0..1....0..1..1..0..1..0..1..0....0..1..0..1..1..1..1..1
		

Formula

Empirical: a(n)=7*a(n-1)+57*a(n-2)-332*a(n-3)-1122*a(n-4)+5412*a(n-5)+9248*a(n-6)-35984*a(n-7)-26624*a(n-8)+82304*a(n-9)

A183687 Number of (n+1)X9 binary arrays with every 2X2 subblock nonsingular.

Original entry on oeis.org

768, 8912, 91136, 986128, 10382976, 110871040, 1174759296, 12503757968, 132720731392, 1411193901024, 14988337604480, 159306506171280, 1692418292451712, 17985312835495360, 191090003735667584
Offset: 1

Views

Author

R. H. Hardin Jan 06 2011

Keywords

Comments

Column 8 of A183688

Examples

			Some solutions for 3X9
..0..1..1..0..1..1..0..1..0....0..1..1..1..0..1..0..1..0
..1..1..0..1..0..1..1..0..1....1..1..0..1..1..0..1..0..1
..0..1..1..1..1..1..0..1..0....0..1..1..1..0..1..1..1..0
		

Formula

Empirical: a(n)=7*a(n-1)+162*a(n-2)-935*a(n-3)-10301*a(n-4)+50843*a(n-5)+343104*a(n-6)-1473463*a(n-7)-6611678*a(n-8)+24960936*a(n-9)+75737800*a(n-10)-253751744*a(n-11)-503746592*a(n-12)+1513486656*a(n-13)+1775133568*a(n-14)-4833383936*a(n-15)-2525235200*a(n-16)+6285426688*a(n-17)
Showing 1-8 of 8 results.