0
$\begingroup$

Is it possible to simplify this iterated sum

$$f(x)=\sum_{i_{u-1}=u}^{x}\sum_{i_{u-2}=u-1}^{i_{u-1}} \cdots \sum_{i_2=3}^{i_3} \sum_{i_1=2}^{i_2} \sum_{k=1}^{i_1} 1$$

by using a binomial coefficient?

Is this iterated sum still equivalent of $\frac{x^u}{u!}$ ?

This question is related to Iterated sums and asymptotics

In this question, the initial indices are different.

Thank you

  • 0
    Let we solve the case $u=4$ by setting $k=i_0$. By the hockey stick identity we have: $$ \sum_{i_3=4}^{x}\sum_{i_2=3}^{i_3}\sum_{i_1=2}^{i_2}\sum_{i_0=1}^{i_1}1 = \sum_{i_3=4}^{x}\sum_{i_2=3}^{i_3}\sum_{i_1=2}^{i_2}\binom{i_1}{1}=\sum_{i_3=4}^{x}\sum_{i_2=3}^{i_3}\left[\binom{i_2+1}{2}-\binom{2}{1}\right]$$ that equals $$ \sum_{i_3=4}^{x}\left[\binom{i_3+2}{3}-\binom{4}{3}-\binom{2}{1}\binom{i_3-2}{1}\right]$$ or $$ \binom{x+3}{4}-\binom{6}{3}-\binom{4}{3}\binom{x-3}{1}-\binom{2}{1}\binom{x-1}{2}+\binom{2}{1}\binom{2}{2}.$$ The same approach works for any other value of $u$.2017-02-27
  • 0
    @JackD'Aurizio Thank you for your answer. What is the hockey stick identity ? Is it possible to generalize for any $u$?2017-02-27
  • 0
    It is a fundamental identity in dealing with power sums or similar sums: https://en.wikipedia.org/wiki/Hockey-stick_identity and the above argument can be easily extended for any value of $u$.2017-02-27
  • 0
    @JackD'Aurizio Thank you again. Can it be simplified to a single term, like done at the provided link?2017-02-27
  • 0
    It can be simplified to a polynomial with degree $u$ in the $x$ variable, of course, but I do not think it can be simplified to a single binomial coefficient in the general case, since every summation index $i_k$ starts at a different integer.2017-02-27
  • 0
    @JackD'Aurizio Thank you for your answers. As regards it asymptotic equivalence, can we say this is equivalent to $\frac{x^u}{u!}$ again?2017-02-27
  • 0
    That is sure, the dominant term is just the first one.2017-02-27

0 Answers 0