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.

A172529 Number of ways to place 2 nonattacking knights on an n X n toroidal board.

This page as a plain text file.
%I A172529 #17 Aug 04 2025 06:30:06
%S A172529 0,2,18,88,200,486,980,1760,2916,4550,6776,9720,13520,18326,24300,
%T A172529 31616,40460,51030,63536,78200,95256,114950,137540,163296,192500,
%U A172529 225446,262440,303800,349856,400950,457436,519680,588060,662966,744800,833976,930920,1036070
%N A172529 Number of ways to place 2 nonattacking knights on an n X n toroidal board.
%H A172529 Vincenzo Librandi, <a href="/A172529/b172529.txt">Table of n, a(n) for n = 1..1000</a>
%H A172529 V. Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Number of ways of placing non-attacking queens and kings on boards of various sizes</a>
%F A172529 a(n) = n^2*(n+3)*(n-3)/2, n>=5.
%F A172529 G.f.: 2*x^2*(16*x^7-71*x^6+121*x^5-98*x^4+40*x^3-9*x^2-4*x-1)/(x-1)^5. - _Vaclav Kotesovec_, Mar 25 2010
%t A172529 CoefficientList[Series[2 x (16 x^7 - 71 x^6 + 121 x^5 - 98 x^4 + 40 x^3 - 9 x^2 - 4 x - 1) / (x - 1)^5, {x, 0, 50}], x] (* _Vincenzo Librandi_, May 29 2013 *)
%Y A172529 Cf. A172132, A172517.
%K A172529 nonn,easy
%O A172529 1,2
%A A172529 _Vaclav Kotesovec_, Feb 06 2010
%E A172529 More terms from _Vincenzo Librandi_, May 29 2013