OFFSET
34,2
LINKS
T. D. Noe, Table of n, a(n) for n = 34..1000
Index entries for linear recurrences with constant coefficients, signature (35, -595, 6545, -52360, 324632, -1623160, 6724520, -23535820, 70607460, -183579396, 417225900, -834451800, 1476337800, -2319959400, 3247943160, -4059928950, 4537567650, -4537567650, 4059928950, -3247943160, 2319959400, -1476337800, 834451800, -417225900, 183579396, -70607460, 23535820, -6724520, 1623160, -324632, 52360, -6545, 595, -35, 1).
FORMULA
G.f.: x^34/(1-x)^35 . - Zerinvary Lajos, Dec 19 2008; adapted to offset by Enxhell Luzhnica, Jan 23 2017
From Amiram Eldar, Dec 12 2020: (Start)
Sum_{n>=34} 1/a(n) = 34/33.
MAPLE
seq(binomial(n, 34), n=34..55); # Zerinvary Lajos, Dec 19 2008
MATHEMATICA
Table[Binomial[n, 34], {n, 34, 60}] (* Vladimir Joseph Stephan Orlovsky, Apr 26 2011 *)
PROG
(Magma) [Binomial(n, 34): n in [34..70]]; // Vincenzo Librandi, Jun 12 2013
(PARI) x='x+O('x^50); Vec(x^34/(1-x)^35) \\ G. C. Greubel, Nov 23 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved