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.

A127694 Absolute value of coefficient of x^3 in polynomial whose zeros are 5 consecutive integers starting with the n-th integer.

This page as a plain text file.
%I A127694 #22 Aug 21 2025 03:12:19
%S A127694 580,1175,2070,3325,5000,7155,9850,13145,17100,21775,27230,33525,
%T A127694 40720,48875,58050,68305,79700,92295,106150,121325,137880,155875,
%U A127694 175370,196425,219100,243455,269550,297445,327200,358875,392530,428225,466020,505975,548150,592605
%N A127694 Absolute value of coefficient of x^3 in polynomial whose zeros are 5 consecutive integers starting with the n-th integer.
%C A127694 Sums of all distinct products of 3 out of 5 consecutive integers, starting with the n-th integer; value of 3rd elementary symmetric function on the 5 consecutive integers. cf. Vieta's formulas.
%H A127694 Vincenzo Librandi, <a href="/A127694/b127694.txt">Table of n, a(n) for n = 1..1000</a>
%H A127694 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).
%F A127694 a(n) = 5*(n+3)*(2*n^2+12*n+15). G.f.: 5*x*(116-229*x+170*x^2-45*x^3)/(1-x)^4. - _Colin Barker_, Mar 28 2012
%F A127694 a(n) = 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). - _Vincenzo Librandi_, Jun 28 2012
%t A127694 CoefficientList[Series[5*(116-229*x+170*x^2-45*x^3)/(1-x)^4,{x,0,40}],x] (* _Vincenzo Librandi_, Jun 28 2012 *)
%o A127694 (Magma) I:=[580, 1175, 2070, 3325]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..40]]; // _Vincenzo Librandi_, Jun 28 2012
%Y A127694 Cf. A127694, A127350.
%K A127694 nonn,easy
%O A127694 1,1
%A A127694 _Artur Jasinski_, Jan 23 2007