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 A017777 #25 Jun 28 2023 21:47:02 %S A017777 1,61,1830,35990,521855,5949147,55525372,436270780,2944827765, %T A017777 17341763505,90177170226,418094152866,1742058970275,6566222272575, %U A017777 22512762077400,70539987842520,202802465047245,536830054536825,1312251244423350,2969831763694950 %N A017777 Binomial coefficients C(61,n). %C A017777 Row 61 of A007318. %H A017777 Nathaniel Johnston, <a href="/A017777/b017777.txt">Table of n, a(n) for n = 0..61</a> (full sequence) %F A017777 From _G. C. Greubel_, Nov 13 2018: (Start) %F A017777 G.f.: (1+x)^61. %F A017777 E.g.f.: 1F1(-61; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017777 seq(binomial(61,n), n=0..61); # _Nathaniel Johnston_, Jun 24 2011 %t A017777 Binomial[61, Range[0,61]] (* _G. C. Greubel_, Nov 13 2018 *) %o A017777 (Sage) [binomial(61, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009 %o A017777 (PARI) vector(61, n, n--; binomial(61,n)) \\ _G. C. Greubel_, Nov 13 2018 %o A017777 (Magma) [Binomial(61,n): n in [0..61]]; // _G. C. Greubel_, Nov 13 2018 %Y A017777 Cf. A010926-A011001, A017765-A017776, A017778-A017816. %K A017777 nonn,fini,full,easy %O A017777 0,2 %A A017777 _N. J. A. Sloane_