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 A053133 #22 Nov 03 2022 05:44:35 %S A053133 5,110,1001,5720,24310,83980,248710,653752,1562275,3453450,7153575, %T A053133 14024400,26225628,47071640,81505820,136719440,222945905,354465254, %U A053133 550858165,838553320,1252716850,1839537700,2658968130,3787984200,5324436975,7391571330,10143295635 %N A053133 One half of binomial coefficients binomial(2*n-8,9). %H A053133 Vincenzo Librandi, <a href="/A053133/b053133.txt">Table of n, a(n) for n = 9..200</a> %H A053133 <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 A053133 a(n) = binomial(2*n-8, 9)/2. %F A053133 G.f.: (5+60*x+126*x^2+60*x^3+5*x^4)/(1-x)^10. %F A053133 a(n) = A053131(n)/2. %F A053133 From _Amiram Eldar_, Nov 03 2022: (Start) %F A053133 Sum_{n>=9} 1/a(n) = 223611/140 - 2304*log(2). %F A053133 Sum_{n>=9} (-1)^(n+1)/a(n) = 144*log(2) - 13947/140. (End) %t A053133 Table[Binomial[2*n-8,9]/2, {n,9,50}] (* _G. C. Greubel_, Aug 26 2018 *) %o A053133 (PARI) a(n)=binomial(2*n-8,9)/2 \\ _Charles R Greathouse IV_, Oct 03 2011 %o A053133 (Magma) [Binomial(2*n-8,9)/2: n in [9..40]]; // _Vincenzo Librandi_, Oct 07 2011 %Y A053133 Cf. A053131. %K A053133 nonn,easy %O A053133 9,1 %A A053133 _Wolfdieter Lang_