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.

A103470 Number of polyominoes consisting of 4 regular unit n-gons.

This page as a plain text file.
%I A103470 #18 Sep 25 2022 10:38:29
%S A103470 3,5,7,7,7,11,14,19,23,23,23,29,35,42,48,47,48,57,64,74,82,81,82,93,
%T A103470 103,115,125,123,125,139,150,165,177,175,177,193,207,224,238,235,238,
%U A103470 257,272,292,308,305,308,329,347,369,387,383,387,411,430,455,475,471,475
%N A103470 Number of polyominoes consisting of 4 regular unit n-gons.
%H A103470 Colin Barker, <a href="/A103470/b103470.txt">Table of n, a(n) for n = 3..1000</a>
%H A103470 S. Kurz, <a href="http://www.mathe2.uni-bayreuth.de/sascha/oeis/k-polyominoes.html">k-polyominoes</a>.
%H A103470 <a href="/index/Rec#order_18">Index entries for linear recurrences with constant coefficients</a>, signature (2,-2,2,-2,2,-1,0,0,0,0,0,1,-2,2,-2,2,-2,1).
%F A103470 See the link for a formula.
%F A103470 G.f.: -x^3*(x^17 -2*x^16 +3*x^15 -4*x^14 +4*x^13 -4*x^12 +4*x^11 -2*x^10 +2*x^9 -2*x^8 +4*x^7 -x^6 +x^5 +3*x^4 -3*x^3 +3*x^2 -x +3) / ((x -1)^3*(x +1)*(x^2 -x +1)^2*(x^2 +1)*(x^2 +x +1)^2*(x^4 -x^2 +1)). - _Colin Barker_, Jan 19 2015
%e A103470 a(3)=3 because there are 3 polyiamonds consisting of 4 triangles and a(4)=5 because there are 5 polyominoes consisting of 4 squares.
%t A103470 LinearRecurrence[{2,-2,2,-2,2,-1,0,0,0,0,0,1,-2,2,-2,2,-2,1},{3,5,7,7,7,11,14,19,23,23,23,29,35,42,48,47,48,57},80] (* _Harvey P. Dale_, Feb 11 2020 *)
%o A103470 (PARI) Vec(-x^3*(x^17 -2*x^16 +3*x^15 -4*x^14 +4*x^13 -4*x^12 +4*x^11 -2*x^10 +2*x^9 -2*x^8 +4*x^7 -x^6 +x^5 +3*x^4 -3*x^3 +3*x^2 -x +3)/((x -1)^3*(x +1)*(x^2 -x +1)^2*(x^2 +1)*(x^2 +x +1)^2*(x^4 -x^2 +1)) + O(x^100)) \\ _Colin Barker_, Jan 19 2015
%Y A103470 Cf. A103469, A103471, A103472, A103473.
%K A103470 nonn,easy
%O A103470 3,1
%A A103470 _Sascha Kurz_, Feb 07 2005