The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A287120 Number of non-attacking bishop positions on a 3 X n chessboard. 2
1, 8, 25, 70, 225, 748, 2401, 7668, 24649, 79344, 255025, 819494, 2634129, 8467464, 27217089, 87483296, 281199361, 903867144, 2905317801, 9338615022, 30017295025, 96485195716, 310134268609, 996870677460, 3204261102025, 10299519778080, 33105949765729, 106413107836334 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Richard M. Low and Ardak Kapbasov, Non-Attacking Bishop and King Positions on Regular and Cylindrical Chessboards, Journal of Integer Sequences, Vol. 20 (2017), Article 17.6.1, Table 1.
FORMULA
G.f.: (-1-5*x-x^2+7*x^3+5*x^4-x^5+x^6-x^7) / (-1+3*x +2*x^3 +4*x^4 -10*x^5 -2*x^6 -x^8 +x^9).
MATHEMATICA
CoefficientList[Series[(-1 - 5 x - x^2 + 7 x^3 + 5 x^4 - x^5 + x^6 - x^7)/(-1 + 3 x + 2 x^3 + 4 x^4 - 10 x^5 - 2 x^6 - x^8 + x^9), {x, 0, 27}], x] (* Michael De Vlieger, May 20 2017 *)
PROG
(PARI) Vec((-1-5*x-x^2+7*x^3+5*x^4-x^5+x^6-x^7)/ (-1+3*x+2*x^3 +4*x^4-10*x^5-2*x^6-x^8+x^9) + O(x^30)) \\ Michel Marcus, May 20 2017
CROSSREFS
Sequence in context: A244834 A169831 A212095 * A127813 A295911 A231791
KEYWORD
nonn,easy
AUTHOR
Richard M. Low, May 20 2017
STATUS
approved

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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)