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 A257450 #28 Sep 08 2022 08:46:12 %S A257450 1,33,277,1335,4771,14193,37417,90795,207871,456693,974437,2036655, %T A257450 4195771,8558073,17337697,34964595,70300471,141070653,282727837, %U A257450 566179575,1133243251,2267556033,4536394777,9074315835,18150434671,36302985093,72608437717,145219736895 %N A257450 a(n) = 541*(2^n - 1) - 5*n^4 - 30*n^3 - 130*n^2 - 375*n. %C A257450 See the first comment of A257448. %H A257450 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (7,-20,30,-25,11,-2). %F A257450 G.f.: x*(1+26*x+66*x^2+26*x^3+x^4)/(-1+x)^5*(-1+2*x). %F A257450 a(n) = 7*a(n-1) -20*a(n-2) +30*a(n-3) -25*a(n-4) +11*a(n-5) -2*a(n-6) for n>6. %e A257450 This sequence provides the antidiagonal sums of the array: %e A257450 1, 32, 243, 1024, 3125, 7776, ... A000584 %e A257450 1, 33, 276, 1300, 4425, 12201, ... A000539 %e A257450 1, 34, 310, 1610, 6035, 18236, ... A101092 %e A257450 1, 35, 345, 1955, 7990, 26226, ... A101099 %e A257450 1, 36, 381, 2336, 10326, 36552, ... A254644 %e A257450 1, 37, 418, 2754, 13080, 49632, ... A254682 %e A257450 ... %e A257450 See also A254682 (Example field). %t A257450 Table[541 (2^n - 1) - 5 n^4 - 30 n^3 - 130 n^2 - 375 n, {n, 30}] %t A257450 LinearRecurrence[{7,-20,30,-25,11,-2},{1,33,277,1335,4771,14193},30] (* _Harvey P. Dale_, Dec 24 2018 *) %o A257450 (Magma) [541*(2^n-1)-5*n^4-30*n^3-130*n^2-375*n: n in [1..30]]; // _Vincenzo Librandi_, Apr 24 2015 %Y A257450 Cf. A000225, A000670, A050488, A208744, A257448, A257449. %K A257450 nonn,easy %O A257450 1,2 %A A257450 _Luciano Ancora_, Apr 23 2015