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 A017784 #27 Jun 28 2023 21:48:55 %S A017784 1,68,2278,50116,814385,10424128,109453344,969443904,7392009768, %T A017784 49280065120,290752384208,1533058025824,7282025622664,31368725759168, %U A017784 123234279768160,443643407165376,1469568786235308,4495151581425648,12736262814039336 %N A017784 Binomial coefficients C(68,n). %C A017784 Row 68 of A007318. %H A017784 Nathaniel Johnston, <a href="/A017784/b017784.txt">Table of n, a(n) for n = 0..68</a> (full sequence) %F A017784 From _G. C. Greubel_, Nov 14 2018: (Start) %F A017784 G.f.: (1+x)^68. %F A017784 E.g.f.: 1F1(-68; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017784 seq(binomial(68,n), n=0..68); # _Nathaniel Johnston_, Jun 24 2011 %t A017784 Table[Binomial[68, n], {n, 0, 68}] (* _Wesley Ivan Hurt_, Mar 04 2014 *) %o A017784 (Sage) [binomial(68, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009 %o A017784 (PARI) vector(68, n, n--; binomial(68,n)) \\ _G. C. Greubel_, Nov 14 2018 %o A017784 (Magma) [Binomial(68,n): n in [0..68]]; // _G. C. Greubel_, Nov 14 2018 %Y A017784 Cf. A010926-A011001, A017765-A017783, A017785-A017816. %K A017784 nonn,fini,full,easy %O A017784 0,2 %A A017784 _N. J. A. Sloane_