OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = [x^4] DedekindEta(x)^n.
a(n) = A319933(n, 4).
MAPLE
a := n -> (1/24)*n*(n-1)*(n-3)*(n-14):
seq(a(n), n=0..44);
MATHEMATICA
Table[(n(n-1)(n-3)(n-14))/24, {n, 0, 70}] (* Harvey P. Dale, Apr 29 2022 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Peter Luschny, Oct 02 2018
STATUS
approved