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 A301292 #10 Jan 31 2023 08:29:52 %S A301292 1,6,15,28,46,69,96,127,163,204,249,298,352,411,474,541,613,690,771, %T A301292 856,946,1041,1140,1243,1351,1464,1581,1702,1828,1959,2094,2233,2377, %U A301292 2526,2679,2836,2998,3165,3336,3511,3691,3876,4065,4258,4456,4659 %N A301292 Partial sums of A301291. %H A301292 Colin Barker, <a href="/A301292/b301292.txt">Table of n, a(n) for n = 0..1000</a> %H A301292 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (3,-4,4,-3,1). %F A301292 From _Colin Barker_, Mar 23 2018: (Start) %F A301292 G.f.: (1 + 3*x + x^2 + 3*x^3 + x^4)/((1 - x)^3*(1 + x^2)). %F A301292 a(n) = 3*a(n-1) - 4*a(n-2) + 4*a(n-3) - 3*a(n-4) + a(n-5) for n > 4. %F A301292 (End) %F A301292 From _Stefano Spezia_, Jan 30 2023: (Start) %F A301292 a(n) = (5 + 9*n*(1 + n) - A087960(n))/4. %F A301292 E.g.f.: (exp(x)*(5 + 18*x + 9*x^2) - cos(x) + sin(x))/4. (End) %o A301292 (PARI) Vec((1 + 3*x + x^2 + 3*x^3 + x^4) / ((1 - x)^3*(1 + x^2)) + O(x^60)) \\ _Colin Barker_, Mar 23 2018 %Y A301292 Cf. A087960, A301291. %K A301292 nonn,easy %O A301292 0,2 %A A301292 _N. J. A. Sloane_, Mar 23 2018