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.

A379726 Minimum number of kings that must be placed on an n X n chessboard such that each square is attacked or occupied by at least two kings.

Original entry on oeis.org

2, 3, 8, 8, 10, 18, 18, 21, 32, 32, 36, 50, 50, 55, 72, 72, 78, 98, 98, 105, 128, 128, 136, 162, 162, 171, 200, 200, 210, 242, 242, 253, 288, 288, 300, 338, 338, 351, 392, 392, 406, 450, 450, 465, 512, 512, 528, 578, 578, 595, 648, 648, 666, 722, 722, 741, 800, 800, 820, 882, 882, 903, 968, 968, 990, 1058, 1058, 1081, 1152, 1152, 1176, 1250, 1250, 1275, 1352, 1352, 1378, 1458, 1458, 1485, 1568, 1568, 1596, 1682, 1682, 1711, 1800, 1800, 1830, 1922, 1922, 1953, 2048, 2048, 2080, 2178, 2178, 2211, 2312
Offset: 2

Views

Author

Matthew Scroggs, Dec 31 2024

Keywords

Comments

At most one king can be placed on each square.
Every third term is conjectured to be A014105. Other terms are A001105. A093353 is conjectured to be this sequence with repeated terms removed.
The above conjectures are true (see Beveridge link). - Colin Beveridge, Jan 13 2025

Examples

			For a 3 by 3 chessboard, the three kings could be placed like this (where o is an empty square and k is a king):
   ooo
   kkk
   ooo
For a 4 by 4 chessboard, the kings could be placed like this:
   oooo
   kkkk
   okko
   okko
		

Crossrefs

Formula

If n is not a multiple of 3, a(n) = 2*floor((n+2)/3)^2.
If n is a multiple of 3, it is conjectured that a(n)=2*(n/3)^2+n/3.
The above conjectures are true (see Beveridge link). - Colin Beveridge, Jan 13 2025

Extensions

a(15)-a(100) via integer linear programming by Rob Pratt, Jan 02 2025

A379759 Minimum number of kings that must be placed on an n X n chessboard such that each square is attacked or occupied by at least three kings.

Original entry on oeis.org

3, 5, 12, 12, 16, 27, 27, 33, 48, 48, 56, 75, 75, 85, 108, 108, 120, 147, 147, 161, 192, 192, 208, 243, 243, 261, 300, 300, 320, 363, 363, 385, 432, 432, 456, 507, 507, 533, 588, 588, 616, 675, 675, 705, 768, 768, 800, 867, 867, 901, 972, 972, 1008, 1083, 1083
Offset: 2

Views

Author

Matthew Scroggs, Jan 02 2025

Keywords

Comments

At most one king can be placed on each square.

Examples

			For a 3 by 3 chessboard, the five kings could be placed like this:
   oko
   kkk
   oko
For a 4 by 4 chessboard, the kings could be placed like this:
   okko
   kkkk
   kkkk
   okko
where o is an empty square and k is a king.
		

Crossrefs

Formula

It appears that a(3n+1) = a(3n+2) - Dominic McCarty, Jan 17 2025

Extensions

a(9)-a(100) from Dominic McCarty, Jan 17 2025
Showing 1-2 of 2 results.