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 A017725 #25 Sep 08 2022 08:44:43 %S A017725 1,62,1953,41664,677040,8936928,99795696,969443904,8361453672, %T A017725 65033528560,461738052776,3022285436352,18385569737808, %U A017725 104656320045984,560658857389200,2840671544105280,13670731806006660 %N A017725 Binomial coefficients C(n,61). %H A017725 Michael De Vlieger, <a href="/A017725/b017725.txt">Table of n, a(n) for n = 61..10000</a> %F A017725 From _G. C. Greubel_, Nov 03 2018: (Start) %F A017725 G.f.: x^61/(1-x)^62. %F A017725 E.g.f.: x^61*exp(x)/61!. (End) %F A017725 From _Amiram Eldar_, Dec 17 2020: (Start) %F A017725 Sum_{n>=61} 1/a(n) = 61/60. %F A017725 Sum_{n>=61} (-1)^(n+1)/a(n) = A001787(61)*log(2) - A242091(61)/60! = 70328211781017665536*log(2) - 11810022875891189455560842652264706707798107 / 242267804119430792522820 = 0.9843603731... (End) %t A017725 With[{x = 61}, Binomial[Range[x, x + 16], x]] (* _Michael De Vlieger_, Jan 31 2018 *) %o A017725 (Sage) [binomial(n, 61) for n in range(61,78)] # _Zerinvary Lajos_, May 23 2009 %o A017725 (PARI) for(n=61, 80, print1(binomial(n,61), ", ")) \\ _G. C. Greubel_, Nov 03 2018 %o A017725 (Magma) [Binomial(n,61): n in [61..80]]; // _G. C. Greubel_, Nov 03 2018 %Y A017725 Cf. A001787, A242091. %K A017725 nonn %O A017725 61,2 %A A017725 _N. J. A. Sloane_