I'm looking for a way to compute elements of a quintinomial triangle.
Is there a general case?
To be more specific I'm looking for a way to compute the coefficients of the polynomial $(x^4 + x^3 + x^2 +x + 1)^n $ , $\forall x\in\Bbb R , \forall n \in \Bbb N$ for consecutive values of n.
I'm working on project Euler problem 588.