login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174645 Number of ways to place 6 nonattacking amazons (superqueens) on a 6 X n board. 3

%I #13 Aug 18 2021 03:54:01

%S 0,0,0,0,0,0,0,0,16,170,920,3512,10896,29020,68550,147240,292996,

%T 547590,970996,1646446,2686212,4238086,6492580,9690846,14133316,

%U 20189062,28305876,39021070,52972996,70913286,93719812,122410366,158157060,202301446,256370356,322092462

%N Number of ways to place 6 nonattacking amazons (superqueens) on a 6 X n board.

%C An amazon (superqueen) moves like a queen and a knight.

%H Vincenzo Librandi, <a href="/A174645/b174645.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="http://oprisch.net/SuperQueens/SuperQueens.html">The Oprisch Family Web Site</a>

%H 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 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 Explicit formula: a(n) = n^6-63n^5+1775n^4-28613n^3+277462n^2-1526716n +3699966, n>=17.

%t 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 Cf. A174642, A174644.

%K nonn,easy

%O 1,9

%A _Vaclav Kotesovec_, Mar 25 2010

%E More terms from _Vincenzo Librandi_, May 30 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)