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 A125083 #13 Sep 08 2022 08:45:28 %S A125083 -1,-4,1,122,683,2344,6221,14006,28087,51668,88889,144946,226211, %T A125083 340352,496453,705134,978671,1331116,1778417,2338538,3031579,3879896, %U A125083 4908221,6143782,7616423,9358724,11406121,13797026,16572947,19778608,23462069,27674846,32472031,37912412,44058593 %N A125083 a(n) = n^5-n^4-n^3-n^2-n-1. %C A125083 More generally, the ordinary generating function for the values of quintic polynomial b*n^5 + p*n^4 + q*n^3 + k*n^2 + m*n + r, is (r + (b + p + q + k + m - 5*r)*x + (13*b + 5*p + q - k - 2*m + 5*r)*2*x^2 + (33*b - 3*q + 3*m - 5*r)*2*x^3 + (26*b - 10*p + 2*q + 2*k - 4*m + 5*r)*x^4 + (b - p + q - k + m - r)*x^5)/(1 - x)^6. - _Ilya Gutkovskiy_, Mar 31 2016 %H A125083 Vincenzo Librandi, <a href="/A125083/b125083.txt">Table of n, a(n) for n = 0..580</a> %H A125083 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1) %F A125083 G.f.: (-1 + 2*x + 10*x^2 + 76*x^3 + 31*x^4 + 2*x^5)/(1 - x)^6. - _Ilya Gutkovskiy_, Mar 31 2016 %t A125083 Table[n^5 - n^4 - n^3 - n^2 - n - 1, {n, 0, 41}] %o A125083 (Magma) [n^5-n^4-n^3-n^2-n-1: n in [0..60]]; // _Vincenzo Librandi_, Apr 26 2011 %o A125083 (PARI) a(n) = n^5-n^4-n^3-n^2-n-1; \\ _Michel Marcus_, Mar 31 2016 %Y A125083 Cf. A125082, A083074. %K A125083 sign,easy %O A125083 0,2 %A A125083 _Artur Jasinski_, Nov 19 2006