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 A290127 #15 Jul 17 2024 18:25:38 %S A290127 40,252,1457,6168,20773,59279,149271,340821,719187,1422247,2663718, %T A290127 4763315,8185110,13585456,21871946,34274982,52433634,78497574, %U A290127 115246975,166232370,235936571,329960853,455237713,620272619,835417269,1113176985,1468554972,1919436277 %N A290127 a(n) = (1/5760)*(n + 5)*(15*n^7 + 225*n^6 + 1265*n^5 + 3707*n^4 + 7120*n^3 + 4900*n^2 - 6480*n + 27648). %H A290127 Colin Barker, <a href="/A290127/b290127.txt">Table of n, a(n) for n = 1..1000</a> %H A290127 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1). %F A290127 G.f.: x*(40 - 108*x + 629*x^2 - 1233*x^3 + 1585*x^4 - 1306*x^5 + 666*x^6 - 192*x^7 + 24*x^8) / (1 - x)^9. - _Colin Barker_, Aug 09 2017 %t A290127 LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{40,252,1457,6168,20773,59279,149271,340821,719187},30] (* _Harvey P. Dale_, Jul 17 2024 *) %o A290127 (PARI) Vec(x*(40 - 108*x + 629*x^2 - 1233*x^3 + 1585*x^4 - 1306*x^5 + 666*x^6 - 192*x^7 + 24*x^8) / (1 - x)^9 + O(x^30)) \\ _Colin Barker_, Aug 09 2017 %Y A290127 This is column 5 of triangle A290053. %K A290127 nonn,easy %O A290127 1,1 %A A290127 _Gregory Gerard Wojnar_, Jul 20 2017