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 A016833 #15 Apr 21 2023 05:47:02 %S A016833 512,10077696,1000000000,20661046784,198359290368,1207269217792, %T A016833 5429503678976,19683000000000,60716992766464,165216101262848, %U A016833 406671383849472,922190162669056,1953125000000000,3904305912313344,7427658739644928,13537086546263552,23762680013799936 %N A016833 a(n) = (4n+2)^9. %H A016833 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (10,-45,120,-210,252,-210,120,-45,10,-1). %F A016833 From _Amiram Eldar_, Apr 21 2023: (Start) %F A016833 a(n) = A016825(n)^9. %F A016833 a(n) = 2^9*A016761(n). %F A016833 Sum_{n>=0} 1/a(n) = 511*zeta(9)/262144. %F A016833 Sum_{n>=0} (-1)^n/a(n) = 277*Pi^9/4227858432. (End) %t A016833 (4*Range[0,20]+2)^9 (* or *) LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{512,10077696,1000000000,20661046784,198359290368,1207269217792,5429503678976,19683000000000,60716992766464,165216101262848},20] (* _Harvey P. Dale_, May 26 2018 *) %Y A016833 Cf. A013667, A016761, A016825. %K A016833 nonn,easy %O A016833 0,1 %A A016833 _N. J. A. Sloane_