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 A160834 #19 Sep 08 2022 08:45:45 %S A160834 1,69,1029,6857,29273,94589,252813,589009,1236913,2394805,4343637, %T A160834 7467417,12275849,19429229,29765597,44330145,64406881,91552549, %U A160834 127632805,174860649,235837113,313594205,411640109,534006641,685298961 %N A160834 Expansion of: (1+62*x+567*x^2+1068*x^3+503*x^4+54*x^5+x^6)/(1-x)^7. %C A160834 Source: the De Loera et al. article and the Haws website listed in A160747. %H A160834 Vincenzo Librandi, <a href="/A160834/b160834.txt">Table of n, a(n) for n = 0..10000</a> %H A160834 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1). %F A160834 G.f.: (1+62*x+567*x^2+1068*x^3+503*x^4+54*x^5+x^6)/(1-x)^7. %F A160834 a(n) = 1+n*(n+1)*(47*n^4+104*n^3+171*n^2+114*n+74)/15. - _R. J. Mathar_, Sep 17 2011 %F A160834 a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - _Wesley Ivan Hurt_, Oct 01 2021 %p A160834 A160834:=n->1+n*(n+1)*(47*n^4+104*n^3+171*n^2+114*n+74)/15: seq(A160834(n), n=0..30); # _Wesley Ivan Hurt_, Mar 04 2014 %t A160834 Table[1 + n*(n + 1)*(47*n^4 + 104*n^3 + 171*n^2 + 114*n + 74)/15, {n, 0, 30}] (* _Wesley Ivan Hurt_, Mar 04 2014 *) %o A160834 (Magma) [1+n*(n+1)*(47*n^4+104*n^3+171*n^2+114*n+74)/15: n in [0..30]]; // _Vincenzo Librandi_, Sep 18 2011 %o A160834 (PARI) for(n=0, 30, print1(1+n*(n+1)*(47*n^4+104*n^3+171*n^2+114*n +74)/15, ", ")) \\ _G. C. Greubel_, Apr 28 2018 %K A160834 nonn %O A160834 0,2 %A A160834 _N. J. A. Sloane_, Nov 18 2009