OFFSET
38,2
LINKS
T. D. Noe, Table of n, a(n) for n = 38..1000
Index entries for linear recurrences with constant coefficients, signature (39, -741, 9139, -82251, 575757, -3262623, 15380937, -61523748, 211915132, -635745396, 1676056044, -3910797436, 8122425444, -15084504396, 25140840660, -37711260990, 51021117810, -62359143990, 68923264410, -68923264410, 62359143990, -51021117810, 37711260990, -25140840660, 15084504396, -8122425444, 3910797436, -1676056044, 635745396, -211915132, 61523748, -15380937, 3262623, -575757, 82251, -9139, 741, -39, 1).
FORMULA
G.f.: x^38/(1-x)^39. - Zerinvary Lajos, Dec 19 2008; adapted to offset by Enxhell Luzhnica, Jan 23 2017
From Amiram Eldar, Dec 15 2020: (Start)
Sum_{n>=38} 1/a(n) = 38/37.
MAPLE
seq(binomial(n, 38), n=38..57); # Zerinvary Lajos, Dec 19 2008
MATHEMATICA
Table[Binomial[n, 38], {n, 38, 66}] (* Vladimir Joseph Stephan Orlovsky, Apr 26 2011 *)
PROG
(Magma) [Binomial(n, 38): n in [38..70]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved