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 A165935 #19 Mar 24 2020 19:18:45 %S A165935 1,-242,2883,-13924,45125,-115926,255367,-504008,915849,-1560250, %T A165935 2523851,-3912492,5853133,-8495774,12015375,-16613776,22521617, %U A165935 -30000258,39343699,-50880500 %N A165935 a(n) = (-1)^(n-1)*n*(4n^2-5)^2. %C A165935 These are the partial sums of the alternating series of odd fifth powers beginning with 1. See A016757. %H A165935 G. C. Greubel, <a href="/A165935/b165935.txt">Table of n, a(n) for n = 1..1000</a> %H A165935 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (-6,-15,-20,-15,-6,-1). %F A165935 G.f.: x*(1-236*x+1446*x^2-236*x^3+x^4) / (1+x)^6. - _R. J. Mathar_, Nov 27 2011 %F A165935 E.g.f.: x*(1 - 120*x + 360*x^2 - 160*x^3 + 16*x^4)*exp(-x). - _Ilya Gutkovskiy_, Apr 17 2016 %t A165935 Table[(-1)^(n - 1)*n*(4*n^2 - 5)^2, {n, 1, 50}] (* _G. C. Greubel_, Apr 18 2016 *) %t A165935 LinearRecurrence[{-6,-15,-20,-15,-6,-1},{1,-242,2883,-13924,45125,-115926},20] (* _Harvey P. Dale_, Mar 24 2020 *) %o A165935 (PARI) vector(100, n, (-1)^(n-1)*n*(4*n^2-5)^2) \\ _Altug Alkan_, Apr 18 2016 %Y A165935 Cf. A016757. %K A165935 easy,sign %O A165935 1,2 %A A165935 Richard L. Peterson (rl_pete(AT)yahoo.com), Oct 01 2009