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.

A234250 Number of ways to choose 3 points in an n X n X n triangular grid so that they do not form a 2 X 2 X 2 triangle.

This page as a plain text file.
%I A234250 #18 Mar 09 2019 15:58:25
%S A234250 0,16,111,439,1305,3240,7091,14126,26154,45660,75955,121341,187291,
%T A234250 280644,409815,585020,818516,1124856,1521159,2027395,2666685,3465616,
%U A234250 4454571,5668074,7145150,8929700,11070891,13623561,16648639,20213580,24392815,29268216,34929576
%N A234250 Number of ways to choose 3 points in an n X n X n triangular grid so that they do not form a 2 X 2 X 2 triangle.
%H A234250 Heinrich Ludwig, <a href="/A234250/b234250.txt">Table of n, a(n) for n = 2..999</a>
%H A234250 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1)
%F A234250 a(n) = (n - 1)*(n - 2)*(n^4 + 6*n^3 + 13*n^2 + 16*n - 24)/48.
%F A234250 G.f.: x^3*(x^4-3*x^3+2*x^2+x-16) / (x-1)^7. - _Colin Barker_, Feb 05 2014
%t A234250 LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,16,111,439,1305,3240,7091},40] (* _Harvey P. Dale_, Mar 09 2019 *)
%o A234250 (PARI) Vec(x^3*(x^4-3*x^3+2*x^2+x-16)/(x-1)^7 + O(x^100)) \\ _Colin Barker_, Feb 05 2014
%K A234250 nonn,easy
%O A234250 2,2
%A A234250 _Heinrich Ludwig_, Feb 04 2014