0

I am trying to identify the mathematical properties of this polynomial $(4x^3+6x^2+4x+1)^k$. Most of all I’ve been attempting to describe an actual relationship to binomial coefficients, such as binomial$(4,n)^k$, and it’s very nature itself. How would this polynomial be written in a ‘concise manner’ resembling the binomial properties instead of just terms? Such as the equivalent of writing binomial$(n,k)=n!/(k!(n-k)!)$...? On Wolfram the gamma function shows up many times, it’s use seems unsatisfactory, and too mathematically rigorous. I’ve tried several methods of finding a useful method for years; multinomials, examining Stirling numbers, Catalan numbers, and so on, and nothing seems to work. I’m not worried about the complexity, it just a matter of finding a better more elegant representation.

  • 1
    Note that you can rewrite that as $((1+x)^4-x^4)^k$ – Thomas Andrews Nov 13 '17 at 02:33
  • There's the multinomial formula (it's not as bad as it looks): https://en.wikipedia.org/wiki/Multinomial_theorem#Theorem – Theo Bendit Nov 13 '17 at 02:34
  • I’ve noticed over the years how pascal’s triangle and the limiting behavior it represents to the polynomial (4x^3+6x^2+4x+1)^k, but I have never seen any mathematics resembling this approach. – Mike Moye Nov 13 '17 at 02:37

1 Answers1

1

Sure. You can use binomial coefficients as the thing is $(x+1)^4 - x^4.$ If you know how to write $(a-b)^k,$ you have a way to write $\left((x+1)^4 - x^4 \right)^k.$

Will Jagy
  • 139,541