A179425
Number of ways to place 5 nonattacking kings on an n X n toroidal board.
Original entry on oeis.org
0, 0, 0, 0, 10, 14940, 229908, 1678336, 8155404, 30614620, 96011322, 263506752, 652150382, 1485650012, 3161648520, 6355083264, 12167739256, 22339050588, 39536586430, 67748508480, 112804636266, 183057635420, 290261282204, 450688785408, 686540794500, 1027700020828, 1513897376994, 2197363228480, 3146046781446, 4447496831580
Offset: 1
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- V. Kotesovec, Number of ways of placing non-attacking queens and kings on boards of various sizes
- Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
-
CoefficientList[Series[- 2 x^4 (260 x^11 - 1932 x^10 + 6567 x^9 - 16223 x^8 + 38507 x^7 - 77869 x^6 + 102208 x^5 - 61576 x^4 - 15301 x^3 + 33059 x^2 + 7415 x + 5) / (x - 1)^11, {x, 0, 50}], x] (* Vincenzo Librandi, Jun 01 2013 *)
A172204
Number of ways to place 5 nonattacking kings on a 5 X n board.
Original entry on oeis.org
0, 0, 15, 194, 1974, 9856, 34475, 95466, 224589, 468854, 893646, 1585850, 2656976, 4246284, 6523909, 9693986, 13997775, 19716786, 27175904, 36746514, 48849626, 63959000, 82604271, 105374074, 132919169
Offset: 1
-
CoefficientList[Series[x^2 * (259 * x^6 - 204 * x^5 + 1294 * x^4 + 622 * x^3 + 1035 * x^2 + 104 * x + 15)/(x - 1)^6, {x, 0, 40}], x] (* Vincenzo Librandi, May 27 2013 *)
A201369
Number of ways to place 8 nonattacking kings on an n X n board.
Original entry on oeis.org
0, 0, 0, 0, 27, 21792, 3324193, 119138166, 1979541332, 20142680752, 145977165234, 824771174978, 3850985758339, 15461577137802, 54912339921707, 176153338628674, 518569625849418, 1418340918023792, 3639736652346172, 8833161922947702, 20405252721413369
Offset: 1
A201771
Number of ways to place 9 nonattacking kings on an n X n board.
Original entry on oeis.org
0, 0, 0, 0, 1, 3600, 2882737, 229095676, 6655170642, 103395053720, 1051588999820, 7878155295948, 46838274976147, 232322652402464, 995789500001315, 3784235129731708, 12999197522073908, 40969826999523768, 119876498636101786, 328726265508168780, 851369417500529061
Offset: 1
A220467
Number of ways to place 10 nonattacking kings on an n X n board.
Original entry on oeis.org
0, 0, 0, 0, 0, 0, 1601292, 314949564, 17143061738, 423677826986, 6210264633994, 62831788827614, 481992723228798, 2982908737810114, 15548436178142582, 70420082692285198, 283631426534134042, 1034163399690010346, 3461457325296584554, 10754832937513676198
Offset: 1
-
Rest[CoefficientList[Series[-2*x^7*(97581*x^22 - 1758956*x^21 + 16320562*x^20 - 100734462*x^19 + 443795293*x^18 - 1471049082*x^17 + 3971393292*x^16 - 9304893422*x^15 + 17917931016*x^14 - 22612415810*x^13 + 6949925614*x^12 + 21430418050*x^11 + 9738010368*x^10 - 153051533038*x^9 + 256884162558*x^8 - 71451647970*x^7 - 265785285277*x^6 + 220345759446*x^5 + 251887022384*x^4 + 63841610284*x^3 + 5432696107*x^2 + 140661216*x + 800646)/(x-1)^21, {x, 0, 20}], x]]
A194653
Number of ways to place 5 nonattacking kings on an n X n cylindrical chessboard.
Original entry on oeis.org
0, 0, 0, 0, 655, 26952, 309869, 1998752, 9124848, 33065040, 101473009, 274593648, 673080928, 1522931256, 3224953725, 6458355776, 12330557912, 22588294464, 39908439249, 68290845520, 113579839128, 184145882536, 291764365485, 452734505952, 689287992800
Offset: 1
- V. Kotesovec, Number of ways of placing non-attacking queens, kings, bishops and knights
- Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).