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 A124087 #18 Sep 06 2022 02:59:00 %S A124087 1430,4862,11934,25194,48450,87210,149226,245157,389367,600875,904475, %T A124087 1332045,1924065,2731365,3817125,5259150,7152444,9612108,12776588, %U A124087 16811300,21912660,28312548,36283236,46142811,58261125,73066305,91051857,112784399,138912059 %N A124087 9th column of Catalan triangle A009766. %H A124087 <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 A124087 a(n) = C(n,8)-C(n,6). %F A124087 a(n) = A214292(n+15,7). - _Reinhard Zumkeller_, Jul 12 2012 %F A124087 From _Amiram Eldar_, Sep 06 2022: (Start) %F A124087 Sum_{n>=15} 1/a(n) = 12515/11594583. %F A124087 Sum_{n>=15} (-1)^(n+1)/a(n) = 1942528*log(2)/6435 - 60651032147/289864575. (End) %p A124087 [seq(binomial(n,8)-binomial(n,6),n=15..45)]; %t A124087 CoefficientList[Series[(429*z^7 - 3432*z^6 + 11880*z^5 - 23100*z^4 + 27300*z^3 - 19656*z^2 + 8008*z - 1430)/(z - 1)^9, {z, 0, 100}], z] (* _Vladimir Joseph Stephan Orlovsky_, Jul 16 2011 *) %t A124087 Table[Binomial[n,8]-Binomial[n,6],{n,15,60}] (* or *) LinearRecurrence[ {9,-36,84,-126,126,-84,36,-9,1},{1430,4862,11934,25194,48450,87210,149226,245157,389367},30] (* _Harvey P. Dale_, Apr 15 2017 *) %Y A124087 Cf. A009766, A214292. %Y A124087 Cf. A064059, A064061, A124088. %K A124087 easy,nonn %O A124087 15,1 %A A124087 _Zerinvary Lajos_, Nov 25 2006