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 A174645 #13 Aug 18 2021 03:54:01 %S A174645 0,0,0,0,0,0,0,0,16,170,920,3512,10896,29020,68550,147240,292996, %T A174645 547590,970996,1646446,2686212,4238086,6492580,9690846,14133316, %U A174645 20189062,28305876,39021070,52972996,70913286,93719812,122410366,158157060,202301446,256370356,322092462 %N A174645 Number of ways to place 6 nonattacking amazons (superqueens) on a 6 X n board. %C A174645 An amazon (superqueen) moves like a queen and a knight. %H A174645 Vincenzo Librandi, <a href="/A174645/b174645.txt">Table of n, a(n) for n = 1..1000</a> %H A174645 <a href="http://oprisch.net/SuperQueens/SuperQueens.html">The Oprisch Family Web Site</a> %H A174645 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 A174645 G.f.: -2*x^9*(11*x^14-14*x^13+3*x^12+49*x^11-14*x^10-22*x^9+22*x^8+112*x^7+24*x^6-43*x^5+121*x^4+41*x^3+33*x^2+29*x+8)/(x-1)^7 %F A174645 Explicit formula: a(n) = n^6-63n^5+1775n^4-28613n^3+277462n^2-1526716n +3699966, n>=17. %t A174645 CoefficientList[Series[- 2 x^8 (11 x^14 - 14 x^13 + 3 x^12 + 49 x^11 - 14 x^10 - 22 x^9 + 22 x^8 + 112 x^7 + 24 x^6 - 43 x^5 + 121 x^4 + 41 x^3 + 33 x^2 + 29 x + 8) / (x - 1)^7, {x, 0, 50}], x] (* _Vincenzo Librandi_, May 30 2013 *) %Y A174645 Cf. A174642, A174644. %K A174645 nonn,easy %O A174645 1,9 %A A174645 _Vaclav Kotesovec_, Mar 25 2010 %E A174645 More terms from _Vincenzo Librandi_, May 30 2013