cp's OEIS Frontend

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.

A195593 Number of ways to place 5n nonattacking kings on a vertical cylinder 10 X 2n.

This page as a plain text file.
%I A195593 #24 Aug 17 2024 15:39:17
%S A195593 64,732,4392,18890,66532,205628,580664,1536814,3877300,9434784,
%T A195593 22327496,51698178,117645348,263992580,585640568,1286898262,
%U A195593 2805399156,6074441896,13076687560,28009586346,59732295204,126891641612,268638308152,566987715710
%N A195593 Number of ways to place 5n nonattacking kings on a vertical cylinder 10 X 2n.
%C A195593 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).
%H A195593 Ray Chandler, <a href="/A195593/b195593.txt">Table of n, a(n) for n = 1..3299</a> (first 1000 terms from Jinyuan Wang)
%H A195593 Vaclav Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Non-attacking chess pieces</a>
%H A195593 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (8,-26,44,-41,20,-4).
%F A195593 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).
%F A195593 G.f.: (1 + 56*x + 246*x^2 + 156*x^3 + 11*x^4)/((x-1)^4*(2*x-1)^2).
%F A195593 a(n) = (1771*n - 8709)*2^n + 235/3*n^3 + 880*n^2 + 12815/3*n + 8710.
%t A195593 LinearRecurrence[{8, -26, 44, -41, 20, -4}, {64, 732, 4392, 18890, 66532, 205628}, 20] (* _Jinyuan Wang_, Feb 26 2020 *)
%Y A195593 Cf. A194647, A173783, A137432.
%K A195593 nonn
%O A195593 1,1
%A A195593 _Vaclav Kotesovec_, Sep 21 2011