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 A017337 #24 Apr 18 2023 05:02:25 %S A017337 1953125,38443359375,3814697265625,78815638671875,756680642578125, %T A017337 4605366583984375,20711912837890625,75084686279296875, %U A017337 231616946283203125,630249409724609375,1551328215978515625,3517876291919921875,7450580596923828125,14893745087865234375,28334269484119140625 %N A017337 a(n) = (10*n + 5)^9. %H A017337 Vincenzo Librandi, <a href="/A017337/b017337.txt">Table of n, a(n) for n = 0..10000</a> %H A017337 <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 A017337 G.f.: 1953125*(x+1)*(x^8 + 19672*x^7 + 1736668*x^6 + 19971304*x^5 + 49441990*x^4 + 19971304*x^3 + 1736668*x^2 + 19672*x + 1)/(x-1)^10. -_Colin Barker_, Nov 13 2012 %F A017337 From _Amiram Eldar_, Apr 18 2023: (Start) %F A017337 a(n) = A017329(n)^9. %F A017337 a(n) = 5^9 * A016761(n). %F A017337 Sum_{n>=0} 1/a(n) = 511*zeta(9)/1000000000. %F A017337 Sum_{n>=0} (-1)^n/a(n) = 277*Pi^9/16128000000000. (End) %t A017337 (10*Range[0,20]+5)^9 (* or *) LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{1953125,38443359375,3814697265625,78815638671875,756680642578125,4605366583984375,20711912837890625,75084686279296875,231616946283203125,630249409724609375},20] (* _Harvey P. Dale_, Jul 23 2016 *) %o A017337 (Magma) [(10*n+5)^9: n in [0..15]]; // _Vincenzo Librandi_, Aug 02 2011 %Y A017337 Cf. A013667, A016761, A017329. %K A017337 nonn,easy %O A017337 0,1 %A A017337 _N. J. A. Sloane_