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!)
A177756 Number of ways to place 3 nonattacking bishops on an n X n toroidal board. 6

%I #13 Sep 12 2015 11:00:23

%S 0,0,6,128,600,2688,7350,19968,42336,89600,163350,297600,490776,

%T 809088,1242150,1906688,2774400,4036608,5633766,7862400,10613400,

%U 14326400,18818646,24718848,31740000

%N Number of ways to place 3 nonattacking bishops on an n X n toroidal board.

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

%H V. Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Non-attacking chess pieces</a>, 6ed, 2013

%F Explicit formula: 1/12*(n-2)^2*n^2*(2*n^2-4*n+5+3(-1)^n).

%F G.f.: -2*x^3*(3*x^8+58*x^7+160*x^6+518*x^5+442*x^4+518*x^3+160*x^2+58*x+3)/((x-1)^7*(x+1)^5).

%t CoefficientList[Series[- 2 x^2 * (3 x^8 + 58 x^7 + 160 x^6 + 518 x^5 + 442 x^4 + 518 x^3 + 160 x^2 + 58 x + 3)/((x - 1)^7 * (x + 1) ^5), {x, 0,1 50}], x] (* _Vincenzo Librandi_, May 31 2013 *)

%Y Cf. A172124, A177755.

%K nonn,easy

%O 1,3

%A _Vaclav Kotesovec_, May 13 2010

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 March 28 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)