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 A094160 #20 Sep 08 2022 08:45:13 %S A094160 0,4,76,344,936,1980,3604,5936,9104,13236,18460,24904,32696,41964, %T A094160 52836,65440,79904,96356,114924,135736,158920,184604,212916,243984, %U A094160 277936,314900,355004,398376,445144,495436,549380,607104,668736,734404,804236 %N A094160 Column 4 of A048790. %D A094160 Dan Hoey, Bill Gosper and Richard C. Schroeppel, Discussions in Math-Fun Mailing list, circa Jul 13 1999. %H A094160 Vincenzo Librandi, <a href="/A094160/b094160.txt">Table of n, a(n) for n = 1..1000</a> %H A094160 R. C. Schroeppel, <a href="http://www.experimentalmath.info/workshop2004/schroeppel-talk.pdf">A few mathematical experiments</a>, Experimental Mathematics Workshop, Oakland, California, March 30, 2004. %H A094160 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A094160 A polynomial in n of degree 3. %F A094160 a(n) = 64/3 n^3 - 30 n^2 + 38/3 n. - _Joshua Zucker_, Aug 14 2006 %F A094160 From _Colin Barker_, Aug 28 2016: (Start) %F A094160 a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4) for n>4. %F A094160 G.f.: 4*x^2*(1+15*x+16*x^2) / (1-x)^4. %F A094160 (End) %t A094160 Table[(64/3 n^3 - 30 n^2 + 38/3 n), {n, 0, 80}] (* _Vincenzo Librandi_, Aug 28 2016 *) %o A094160 (Magma) [64/3*n^3-30*n^2+38/3*n: n in [0..60]]; // _Vincenzo Librandi_, Aug 28 2016 %o A094160 (PARI) concat(0, Vec(4*x^2*(1+15*x+16*x^2)/(1-x)^4 + O(x^60))) \\ _Colin Barker_, Aug 28 2016 %K A094160 nonn,easy %O A094160 1,2 %A A094160 _N. J. A. Sloane_, May 05 2004 %E A094160 More terms from _Joshua Zucker_, Aug 14 2006