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 A094170 #31 Mar 15 2024 10:11:49 %S A094170 0,0,1,10,33,88,187,360,625,1024,1581,2350,3361,4680,6343,8428,10977, %T A094170 14080,17785,22194,27361,33400,40371,48400,57553,67968,79717,92950, %U A094170 107745,124264,142591,162900,185281,209920,236913,266458,298657,333720,371755,412984,457521 %N A094170 Number of quasi-triominoes in an n X n bounding box. %C A094170 A quasi-polyomino is a polyomino whose cells are not necessarily connected. For all m > 1 there are an infinite number of quasi-m-ominoes; a(n) counts the quasi-triomino (quasi-3-omino) equivalence classes (under translation, rotation by 90 degrees and vertical and horizontal symmetry) whose members fit into an n X n bounding box. %C A094170 This is different from A082966 because that sequence considers these two (for example) as different ways of placing 3 counters on a 3 X 3 checkerboard: %C A094170 --- %C A094170 -X- %C A094170 X-X %C A094170 and %C A094170 -X- %C A094170 X-X %C A094170 --- %C A094170 whereas here they are the same quasi-polyomino. %C A094170 a(n) can also be interpreted as the number of non-equivalent Game of Life patterns on an n X n board that have exactly 3 live cells, etc. %H A094170 Vincenzo Librandi, <a href="/A094170/b094170.txt">Table of n, a(n) for n = 0..1000</a> %H A094170 Erich Friedman, <a href="/A094170/a094170.gif">Illustration of initial terms</a> %H A094170 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (3,-1,-5,5,1,-3,1). %F A094170 a(n) = (1/32)*(6*n^4 - 12*n^3 + 32*n^2 - 58*n + 29 - (6*n-3)*(-1)^n). - _Ralf Stephan_, Dec 03 2004 %F A094170 G.f.: -x^2*(x^5+x^4+4*x^3+4*x^2+7*x+1) / ((x-1)^5*(x+1)^2). - _Colin Barker_, Feb 15 2014 %e A094170 Illustration of a(3), the 10 quasi-triominoes that fit into a 3 X 3 bounding box: %e A094170 XXX -XX XX- X-X X-X XX- X-X X-X X-- X-- %e A094170 --- -X- --X X-- -X- --- --- --- -X- --X %e A094170 --- --- --- --- --- --X X-- -X- --X -X- %t A094170 CoefficientList[Series[x^2 (x^5 + x^4 + 4 x^3 + 4 x^2 + 7 x + 1)/((1 - x)^5 (x + 1)^2), {x, 0, 50}], x] (* _Vincenzo Librandi_, Feb 17 2014 *) %o A094170 (PARI) Vec(-x^2*(x^5+x^4+4*x^3+4*x^2+7*x+1)/((x-1)^5*(x+1)^2) + O(x^100)) \\ _Colin Barker_, Feb 16 2014 %Y A094170 Cf. A094171, A094172. %K A094170 nonn,easy %O A094170 0,4 %A A094170 _Jon Wild_, May 07 2004 %E A094170 Corrected and extended by _Jon Wild_, May 11 2004 %E A094170 More terms from _Colin Barker_, Feb 16 2014