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.
%I A172218 #14 Feb 18 2018 15:08:21 %S A172218 1,12,36,100,213,408,712,1148,1745,2528,3524,4760,6263,8060,10178, %T A172218 12644,15485,18728,22400,26528,31139,36260,41918,48140,54953,62384, %U A172218 70460,79208,88655,98828,109754,121460,133973,147320,161528,176624,192635 %N A172218 Number of ways to place 3 nonattacking nightriders on a 3 X n board. %C A172218 A nightrider is a fairy chess piece that can move (proportionate to how a knight moves) in any direction. %H A172218 Vincenzo Librandi, <a href="/A172218/b172218.txt">Table of n, a(n) for n = 1..1000</a> %H A172218 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 A172218 a(n) = (9n^3 - 57n^2 + 210n - 344)/2, n>=8. %F A172218 G.f.: x*(2*x^10-4*x^9+6*x^8-4*x^7-6*x^6+24*x^5-18*x^4+24*x^3-6*x^2+8*x+1)/(x-1)^4. - _Vaclav Kotesovec_, Mar 25 2010 %t A172218 CoefficientList[Series[(2 x^10 - 4 x^9 + 6 x^8 - 4 x^7 - 6 x^6 + 24 x^5 - 18 x^4 + 24 x^3 - 6 x^2 + 8 x + 1) / (x - 1)^4, {x, 0, 50}], x] (* _Vincenzo Librandi_, May 28 2013 *) %Y A172218 Cf. A172141, A061989, A172212. %K A172218 nonn,easy %O A172218 1,2 %A A172218 _Vaclav Kotesovec_, Jan 29 2010