OFFSET
0,2
COMMENTS
A mean of binomials as might occur as the Expectation of random variables.
FORMULA
a(n) = n^2*(n + 3).
a(n) = [x^n] (2*x*(2 + 2*x - x^2))/(x - 1)^4.
a(n) = n! * [x^n] exp(x)*(x^3 + 6*x^2 + 4*x).
MAPLE
a := n -> n^2*(n + 3): seq(a(n), n = 0..35);
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Oct 27 2023
STATUS
approved