OFFSET
29,2
LINKS
T. D. Noe, Table of n, a(n) for n = 29..1000
Index entries for linear recurrences with constant coefficients, signature (30, -435, 4060, -27405, 142506, -593775, 2035800, -5852925, 14307150, -30045015, 54627300, -86493225, 119759850, -145422675, 155117520, -145422675, 119759850, -86493225, 54627300, -30045015, 14307150, -5852925, 2035800, -593775, 142506, -27405, 4060, -435, 30, -1).
FORMULA
G.f.: x^29/(1-x)^30. - Zerinvary Lajos, Dec 19 2008; adapted to offset by Enxhell Luzhnica, Jan 21 2017
From Amiram Eldar, Dec 12 2020: (Start)
Sum_{n>=29} 1/a(n) = 29/28.
MAPLE
seq(binomial(n, 29), n=29..53); # Zerinvary Lajos, Dec 19 2008
MATHEMATICA
Table[Binomial[n, 29], {n, 29, 60}] (* Vladimir Joseph Stephan Orlovsky, Apr 26 2011 *)
PROG
(Magma) [Binomial(n, 29): n in [29..60]]; // Vincenzo Librandi, Jun 12 2013
(PARI) x='x+O('x^50); Vec(x^29/(1-x)^30) \\ G. C. Greubel, Nov 23 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved