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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195593 Number of ways to place 5n nonattacking kings on a vertical cylinder 10 X 2n. 2
64, 732, 4392, 18890, 66532, 205628, 580664, 1536814, 3877300, 9434784, 22327496, 51698178, 117645348, 263992580, 585640568, 1286898262, 2805399156, 6074441896, 13076687560, 28009586346, 59732295204, 126891641612, 268638308152, 566987715710 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Vertical cylinder: a chessboard where it is supposed that the columns 1 and 10 are in contact (number of columns = 10, number of rows = 2n).
LINKS
Vaclav Kotesovec, Non-attacking chess pieces
FORMULA
a(n) = -4*a(n-6) + 20*a(n-5) - 41*a(n-4) + 44*a(n-3) - 26*a(n-2) + 8*a(n-1).
G.f.: (1 + 56*x + 246*x^2 + 156*x^3 + 11*x^4)/((x-1)^4*(2*x-1)^2).
a(n) = (1771*n - 8709)*2^n + 235/3*n^3 + 880*n^2 + 12815/3*n + 8710.
MATHEMATICA
LinearRecurrence[{8, -26, 44, -41, 20, -4}, {64, 732, 4392, 18890, 66532, 205628}, 20] (* Jinyuan Wang, Feb 26 2020 *)
CROSSREFS
Sequence in context: A231305 A357391 A108538 * A221753 A055867 A304346
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 21 2011
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 December 2 14:19 EST 2023. Contains 367524 sequences. (Running on oeis4.)