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.

A239573 Number of non-equivalent (mod D_3) ways to place 3 indistinguishable points on a triangular grid of side n so that no two of them are adjacent.

This page as a plain text file.
%I A239573 #15 Mar 08 2017 12:14:21
%S A239573 0,1,6,32,113,329,790,1702,3320,6057,10400,17074,26903,41047,60796,
%T A239573 87886,124220,172275,234732,314992,416703,544391,702878,898040,
%U A239573 1136098,1424521,1771178,2185392,2676947,3257305,3938450,4734286,5659306,6730177,7964228,9381234
%N A239573 Number of non-equivalent (mod D_3) ways to place 3 indistinguishable points on a triangular grid of side n so that no two of them are adjacent.
%C A239573 Rotations and reflections of placements are not counted. If they are to be counted see A239569.
%H A239573 Heinrich Ludwig, <a href="/A239573/b239573.txt">Table of n, a(n) for n = 2..1000</a>
%H A239573 <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (3,0,-7,3,6,0,-6,-3,7,0,-3,1)
%F A239573 a(n) = (n^6 + 3*n^5 - 39*n^4 + 10*n^3 + 456*n^2 - 1008*n + 576)/288 + IF(MOD(n, 2) = 1)*(3*n^2 - 5*n - 5)/32 + IF(MOD(n, 3) = 1)*2/9.
%F A239573 G.f.: -x^3*(2*x^9 +x^8 -8*x^7 -9*x^6 +3*x^5 +29*x^4 +24*x^3 +14*x^2 +3*x +1) / ((x -1)^7*(x +1)^3*(x^2 +x +1)). - _Colin Barker_, Mar 23 2014
%e A239573 There are a(4) = 6 non-equivalent ways to place 3 points on a triangular grid of side 4:
%e A239573     .           X           X           X           X           X
%e A239573    . X         . .         . .         . .         . .         . .
%e A239573   X . .       X . X       X . .       X . .       . X .       . . .
%e A239573 . . X .     . . . .     . . X .     . . . X     . . . X     X . . X
%o A239573 (PARI) concat(0, Vec(-x^3*(2*x^9 +x^8 -8*x^7 -9*x^6 +3*x^5 +29*x^4 +24*x^3 +14*x^2 +3*x +1)/((x -1)^7*(x +1)^3*(x^2 +x +1)) + O(x^100))) \\ _Colin Barker_, Mar 23 2014
%Y A239573 Cf. A239572, A239569, A032091 (2 points), A239574 (4 points), A239575 (5 points), A279446 (6 points).
%K A239573 nonn,easy
%O A239573 2,3
%A A239573 _Heinrich Ludwig_, Mar 23 2014