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

A350819 Array read by antidiagonals: T(m,n) is the number of maximum independent sets in the 2m X 2n king graph.

Original entry on oeis.org

1, 1, 1, 1, 4, 1, 1, 12, 12, 1, 1, 32, 79, 32, 1, 1, 80, 408, 408, 80, 1, 1, 192, 1847, 3600, 1847, 192, 1, 1, 448, 7698, 26040, 26040, 7698, 448, 1, 1, 1024, 30319, 166368, 281571, 166368, 30319, 1024, 1, 1, 2304, 114606, 976640, 2580754, 2580754, 976640, 114606, 2304, 1
Offset: 0

Views

Author

Andrew Howroyd, Jan 17 2022

Keywords

Comments

Number of ways to tile a (2m+1) X (2n+1) board with m*n 2 X 2 tiles and 2m+2n+1 1 X 1 tiles.
For m,n > 0, T(m,n) is the number of minimum dominating sets in the (3m-1) X (3n-1) king graph.

Examples

			Table begins:
=============================================
m\n | 0   1    2      3       4        5
----+----------------------------------------
  0 | 1   1    1      1       1        1 ...
  1 | 1   4   12     32      80      192 ...
  2 | 1  12   79    408    1847     7698 ...
  3 | 1  32  408   3600   26040   166368 ...
  4 | 1  80 1847  26040  281571  2580754 ...
  5 | 1 192 7698 166368 2580754 32572756 ...
  ...
		

Crossrefs

Formula

T(m,n) = T(n,m).
T(m,n) = A350818(2*m, 2*n) = A350815(3*m-1, 3*n-1).

A195654 Number of ways to place 10n nonattacking kings on a 20 X 2n cylindrical chessboard.

Original entry on oeis.org

11264, 48132, 251126, 1473764, 9434784, 64923594, 476033636, 3694894500, 30179587994, 257860425672, 2290966142762, 21042965606234, 198765197377402, 1921681775292272, 18940490557328616, 189679152583318596, 1924757095250611458, 19746535064318923758
Offset: 1

Views

Author

Vaclav Kotesovec, Sep 22 2011

Keywords

Comments

This cylinder is horizontal: a chessboard where it is supposed that rows 1 and 2n are in contact (number of columns = 20, number of rows = 2n).

Crossrefs

Formula

Recurrence order is 916.

A195659 Number of ways to place 10n nonattacking kings on a vertical cylinder 20 X 2n.

Original entry on oeis.org

2048, 148352, 3076180, 33175486, 239238888, 1314160492, 5937279840, 23174548666, 80812754568, 257860425672, 766319864440, 2149806985106, 5753007728148, 14807729805472, 36902750545260, 89523360235366, 212335537312668, 494171055510052, 1131839140825580
Offset: 1

Views

Author

Vaclav Kotesovec, Sep 22 2011

Keywords

Comments

Vertical cylinder: a chessboard where it is supposed that the columns 1 and 20 are in contact (number of columns = 20, number of rows = 2n).

Crossrefs

Formula

Recurrence: a(n) = 4*a(n-11) - 40*a(n-10) + 181*a(n-9) - 489*a(n-8) + 876*a(n-7) - 1092*a(n-6) + 966*a(n-5) - 606*a(n-4) + 264*a(n-3) - 76*a(n-2) + 13*a(n-1).
G.f.: -(1 + 2035*x + 121804*x^2 + 1302988*x^3 + 3919832*x^4 + 3822444*x^5 + 1204400*x^6 + 113216*x^7 + 3167*x^8 + 13*x^9)/((x-1)^9*(2*x-1)^2).
a(n) = (296191755*n - 3519976573)*2^n + 524495/2016*n^8 + 4217363/504*n^7 + 2363921/16*n^6 + 66422455/36*n^5 + 557314865/32*n^4 + 8943856601/72*n^3 + 322704776641/504*n^2 + 90034143925/42*n + 3519976574.
Showing 1-3 of 3 results.