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.
%I A172207 #19 Apr 23 2023 22:27:06 %S A172207 1,6,26,86,211,426,758,1234,1881,2726,3796,5118,6719,8626,10866,13466, %T A172207 16453,19854,23696,28006,32811,38138,44014,50466,57521,65206,73548, %U A172207 82574,92311,102786,114026,126058,138909,152606,167176,182646,199043,216394,234726,254066 %N A172207 Number of ways to place 3 nonattacking bishops on a 3 X n board. %H A172207 Vincenzo Librandi, <a href="/A172207/b172207.txt">Table of n, a(n) for n = 1..1000</a> %H A172207 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> %H A172207 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A172207 a(n) = (9n^3 - 45n^2 + 106n - 108)/2, n>=4. %F A172207 G.f.: x*(2*x^6+14*x^3+8*x^2+2*x+1)/(x-1)^4. - _Vaclav Kotesovec_, Mar 25 2010 %t A172207 CoefficientList[Series[(2 x^6 + 14 x^3 + 8 x^2 + 2 x + 1) / (x - 1)^4, {x, 0, 50}], x] (* _Vincenzo Librandi_, May 27 2013 *) %Y A172207 Cf. A172124, A061989, A047659, A061996. %K A172207 nonn,easy %O A172207 1,2 %A A172207 _Vaclav Kotesovec_, Jan 29 2010