OFFSET
32,2
LINKS
T. D. Noe, Table of n, a(n) for n = 32..1000
Index entries for linear recurrences with constant coefficients, signature (33, -528, 5456, -40920, 237336, -1107568, 4272048, -13884156, 38567100, -92561040, 193536720, -354817320, 573166440, -818809200, 1037158320, -1166803110, 1166803110, -1037158320, 818809200, -573166440, 354817320, -193536720, 92561040, -38567100, 13884156, -4272048, 1107568, -237336, 40920, -5456, 528, -33, 1).
FORMULA
G.f.: x^32/(1-x)^33. - Zerinvary Lajos, Dec 19 2008; adapted to offset by Enxhell Luzhnica, Jan 21 2017
From Amiram Eldar, Dec 12 2020: (Start)
Sum_{n>=32} 1/a(n) = 32/31.
MAPLE
seq(binomial(n, 32), n=32..55); # Zerinvary Lajos, Dec 19 2008
MATHEMATICA
Table[Binomial[n, 32], {n, 32, 60}] (* Vladimir Joseph Stephan Orlovsky, Apr 26 2011 *)
PROG
(Magma) [Binomial(n, 32): n in [32..70]]; // Vincenzo Librandi, Jun 12 2013
(PARI) x='x+O('x^50); Vec(x^32/(1-x)^33) \\ G. C. Greubel, Nov 23 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved