Pascal's Triangle related question

chimbooze
Messages
5
Reaction score
0
Let n and k be positive integers. After calculating several examples, guess a closed formula for:

(n \ 0) + (n + 1 \ 1) + ... + (n + k \ k)

If it helps, this is the formula for the sum of the nth row of the pascal triangle:

(n \ 0) + (n \ 1) + ... (n \ k) = 2^n

(n \ 0) means n choose 0. I couldn't write that in the forum so I had to improvise. Hopefully you know what it means. The "n" is on top and 0 is on the bottom.
 
Physics news on Phys.org
I know that answer, but I am foggy on how to get it.

I will mention that

\sum_{i=0}^{k} \left( _i^{n+i} \right) = \sum_{i=0}^{k} \left(_n^{n+i} \right)

by symmetry. I'm not sure that helps but it's a different angle to investigate.

--Elucidus

P.S. Look into d-simplex numbers too.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top