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 A242853 #12 Sep 08 2022 08:46:08 %S A242853 1,9,40545,1372105,15003009,93149001,409389409,1423656585,4178507265, %T A242853 10783446409,25154396001,54085723209,108742564225,206671502025, %U A242853 374437978209,651009141001,1092011153409,1775000307465,2805897612385,4326746846409,6524966384001,9644275432009 %N A242853 256*n^8 - 448*n^6 + 240*n^4 - 40*n^2 + 1. %C A242853 Chebyshev polynomial of the second kind U(8,n). %H A242853 Vincenzo Librandi, <a href="/A242853/b242853.txt">Table of n, a(n) for n = 0..1000</a> %H A242853 <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 A242853 G.f.: (1 + 40500*x^2 + 1007440*x^3 + 4113054*x^4 + 4112928*x^5 + 1007524*x^6 + 40464*x^7 + 9*x^8)/(1 - x)^9. %F A242853 a(n) = (2*n - 1)*(2*n + 1)*(8*n^3 - 6*n - 1) (8*n^3 - 6*n + 1). %t A242853 Table[ChebyshevU[8, n], {n, 0, 30}] (* or *) Table[256 n^8 - 448 n^6 + 240 n^4 - 40 n^2 + 1, {n, 0, 30}] %o A242853 (Magma) [256*n^8-448*n^6+240*n^4-40*n^2+1: n in [0..30]]; %Y A242853 Cf. A144138, A144139, A242850, A242851. %K A242853 nonn,easy %O A242853 0,2 %A A242853 _Vincenzo Librandi_, May 30 2014