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 A225834 #26 Sep 08 2022 08:46:05 %S A225834 1,528,262912,268713984,274878693376,281475261923328, %T A225834 288230376957018112,295147905471410601984,302231454904481927397376, %U A225834 309485009821644135887536128,316912650057058194799105933312,324518553658427033027930681769984,332306998946228969090642893525221376 %N A225834 Number of binary pattern classes in the (10,n)-rectangular grid: two patterns are in the same class if one of them can be obtained by a reflection or 180-degree rotation of the other. %H A225834 Vincenzo Librandi, <a href="/A225834/b225834.txt">Table of n, a(n) for n = 0..200</a> %H A225834 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1024,1024,-1048576). %F A225834 a(n) = 2^10*a(n-1) + 2^10*a(n-2) - (2^10)^2*a(n-3), with n>2 , a(0)=1, a(1)=528, a(2)=262912. %F A225834 a(n) = 2^(5n-3)*(2^(5n+1)-(2^5-1)*(-1)^n+2^5+5). %F A225834 G.f.: (1-496*x-278784*x^2)/((1-32*x)*(1+32*x)*(1-1024*x)). %t A225834 CoefficientList[Series[(1 - 496 x - 278784 x^2) / ((1 - 32 x) (1 + 32 x) (1 - 1024 x)), {x, 0, 20}], x] (* _Vincenzo Librandi_, Sep 04 2013 *) %o A225834 (Magma) [2^(5*n-3)*(2^(5*n+1)-(2^5-1)*(-1)^n+2^5+5): n in [0..20]]; // _Vincenzo Librandi_, Sep 04 2013 %Y A225834 A005418 is the number of binary pattern classes in the (1,n)-rectangular grid. %Y A225834 A225826 to A225834 are the numbers of binary pattern classes in the (m,n)-rectangular grid, 1 < m < 11 . %Y A225834 A225910 is the table of (m,n)-rectangular grids. %K A225834 nonn,easy %O A225834 0,2 %A A225834 _Yosu Yurramendi_, May 16 2013