OFFSET
1,1
FORMULA
a(n) = (-1)^n * binomial(25,n). - Georg Fischer, Aug 24 2020
MATHEMATICA
Differences@ CoefficientList[Series[(1 - x)^24, {x, 0, 24}], x] (* Michael De Vlieger, Aug 24 2020 *)
PROG
(PARI) y=(1-x)^24; for (n=1, 24, print1(polcoeff(y, n)-polcoeff(y, n-1)", "))
CROSSREFS
KEYWORD
sign,less,fini,full
AUTHOR
Jon Perry, Jan 04 2003
EXTENSIONS
Definition corrected by Michel Marcus and Georg Fischer, Aug 24 2020
STATUS
approved
