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 A010979 #40 Dec 15 2023 10:36:18 %S A010979 1,27,378,3654,27405,169911,906192,4272048,18156204,70607460, %T A010979 254186856,854992152,2707475148,8122425444,23206929840,63432274896, %U A010979 166509721602,421171648758,1029530696964,2438362177020,5608233007146,12551759587422,27385657281648 %N A010979 Binomial coefficient C(n,26). %H A010979 T. D. Noe, <a href="/A010979/b010979.txt">Table of n, a(n) for n = 26..1000</a> %H A010979 <a href="/index/Rec#order_27">Index entries for linear recurrences with constant coefficients</a>, signature (27, -351, 2925, -17550, 80730, -296010, 888030, -2220075, 4686825, -8436285, 13037895, -17383860, 20058300, -20058300, 17383860, -13037895, 8436285, -4686825, 2220075, -888030, 296010, -80730, 17550, -2925, 351, -27, 1). %F A010979 G.f.: x^26/(1-x)^27. - _Zerinvary Lajos_, Aug 18 2008; adapted to offset by _Enxhell Luzhnica_, Jan 21 2017 %F A010979 From _Amiram Eldar_, Dec 11 2020: (Start) %F A010979 Sum_{n>=26} 1/a(n) = 26/25. %F A010979 Sum_{n>=26} (-1)^n/a(n) = A001787(26)*log(2) - A242091(26)/25! = 872415232*log(2) - 155661889283343139/257414850 = 0.9653663105... (End) %p A010979 seq(binomial(n,26),n=26..41); # _Zerinvary Lajos_, Aug 18 2008 %t A010979 Table[Binomial[n,26],{n,26,60}] (* _Vladimir Joseph Stephan Orlovsky_, Apr 26 2011 *) %o A010979 (Magma) [Binomial(n, 26): n in [26..60]]; // _Vincenzo Librandi_, Jun 12 2013 %o A010979 (PARI) x='x+O('x^50); Vec(x^26/(1-x)^27) \\ _G. C. Greubel_, Nov 23 2017 %Y A010979 Cf. A010970, A010971, A010972, A001787, A242091. %K A010979 nonn,easy %O A010979 26,2 %A A010979 _N. J. A. Sloane_