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.

A160768 G.f.: (21+98*x+91*x^2+21*x^3+x^4)/(1-x)^5.

This page as a plain text file.
%I A160768 #11 Oct 21 2022 21:25:05
%S A160768 21,203,896,2681,6371,13011,23878,40481,64561,98091,143276,202553,
%T A160768 278591,374291,492786,637441,811853,1019851,1265496,1553081,1887131,
%U A160768 2272403,2713886,3216801,3786601,4428971,5149828,5955321,6851831
%N A160768 G.f.: (21+98*x+91*x^2+21*x^3+x^4)/(1-x)^5.
%C A160768 Source: the De Loera et al. article and the Haws website listed in A160747.
%H A160768 G. C. Greubel, <a href="/A160768/b160768.txt">Table of n, a(n) for n = 0..1000</a>
%H A160768 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).
%F A160768 a(n) = 29*n^4/3 +233*n^3/6 +214*n^2/3 +373*n/6 +21. - _R. J. Mathar_, Sep 11 2011
%t A160768 Table[(58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6, {n, 0, 50}] (* _G. C. Greubel_, Apr 26 2018 *)
%o A160768 (PARI) for(n=0,30, print1((58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6, ", ")) \\ _G. C. Greubel_, Apr 26 2018
%o A160768 (Magma) [(58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6: n in [0..30]]; // _G. C. Greubel_, Apr 26 2018
%K A160768 nonn,easy
%O A160768 0,1
%A A160768 _N. J. A. Sloane_, Nov 18 2009