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-2 of 2 results.

A381551 Number of 2*n X 4 binary arrays with row sums 2 and column sums n, avoiding the patterns 010 and 101 in any row and column.

Original entry on oeis.org

1, 4, 16, 64, 324, 1764, 10000, 58564, 350464, 2131600, 13133376, 81757764, 513294336, 3245580900, 20646241344, 132021769104, 848031024996, 5468890936356, 35392361925904, 229761144199876, 1495753923300484, 9762043084514704, 63858040015802256
Offset: 0

Views

Author

Christoph Koutschan, Feb 27 2025

Keywords

Examples

			Here are 5 out of 16 solutions for n = 2:
  0 0 1 1   0 0 1 1   0 0 1 1   0 0 1 1   0 1 1 0
  0 0 1 1   0 1 1 0   1 0 0 1   1 1 0 0   1 0 0 1
  1 1 0 0   1 1 0 0   1 1 0 0   1 1 0 0   1 0 0 1
  1 1 0 0   1 0 0 1   0 1 1 0   0 0 1 1   0 1 1 0
the remaining ones are obtained from these by reflecting, rotating, or exchanging 0 and 1.
		

Crossrefs

Formula

a(n) ~ 4*phi^(4*n)/(Pi*sqrt(5)*n), where phi = A001622 is the golden ratio. - Vaclav Kotesovec, Feb 27 2025

A381554 Number of 2*n X 8 binary arrays with row sums 4 and column sums n, avoiding the patterns 010 and 101 in any row and column.

Original entry on oeis.org

1, 18, 324, 2776, 34586, 575270, 10061200, 194929482, 4115573632, 91947761368, 2167131637540, 53550929019486, 1376887129235964, 36670419524921146, 1007581514656491404, 28454294028011307236, 823234343053953729538
Offset: 0

Views

Author

Christoph Koutschan, Feb 27 2025

Keywords

Examples

			A few solutions for n = 3 are:
  0 0 0 0 1 1 1 1   0 0 0 1 1 1 1 0   0 1 1 0 0 1 1 0   1 0 0 1 1 1 0 0
  0 0 0 0 1 1 1 1   0 0 0 1 1 1 1 0   0 1 1 1 0 0 0 1   1 1 0 0 1 1 0 0
  0 0 0 0 1 1 1 1   1 0 0 1 1 0 0 1   0 1 1 1 0 0 0 1   1 1 0 0 0 1 1 0
  1 1 1 1 0 0 0 0   1 1 1 0 0 0 0 1   1 0 0 1 1 0 0 1   0 1 1 0 0 0 1 1
  1 1 1 1 0 0 0 0   1 1 1 0 0 0 0 1   1 0 0 0 1 1 1 0   0 0 1 1 0 0 1 1
  1 1 1 1 0 0 0 0   0 1 1 0 0 1 1 0   1 0 0 0 1 1 1 0   0 0 1 1 1 0 0 1
		

Crossrefs

Showing 1-2 of 2 results.