OFFSET
0,2
COMMENTS
Row 81 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..81 (full sequence)
FORMULA
From G. C. Greubel, Nov 15 2018: (Start)
G.f.: (1+x)^81.
E.g.f.: 1F1(-81; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(81, n), n=0..81); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[81, Range[0, 81]] (* G. C. Greubel, Nov 15 2018 *)
PROG
(Sage) [binomial(81, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
(PARI) vector(81, n, n--; binomial(81, n)) \\ G. C. Greubel, Nov 15 2018
(Magma) [Binomial(81, n): n in [0..81]]; // G. C. Greubel, Nov 15 2018
(GAP) List([0..81], n -> Binomial(81, n)); # G. C. Greubel, Nov 15 2018
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
STATUS
approved