Rewrite the sum as:
$$\sum_{n=2009}^{\infty} \frac{1}{n\choose 2009}=(2009)!\sum_{n=2009}^{\infty} \frac{(n-2009)!}{n!}=(2009)!\sum_{n=2009}^{\infty} \frac{1}{n(n-1)(n-2)(n-3)\cdots (n-2008)}$$
$$=(2009)!\sum_{n=0}^{\infty} \frac{1}{(n+1)(n+2)(n+3)\cdots (n+2009)}$$
To evaluate the above sum, we have to integrate the following 2009 times:
$$\frac{1}{1-x}=1+x+x^2+x^3+\cdots$$
I am unsure if the following is going to be correct. To integrate the above 2009 times, I used the technique of repeated integral as shown here:
Repeated Integral -- from Wolfram MathWorld
So from above, I have to find the following:
$$\int_0^x \frac{(x-t)^{2008}}{(1-t)(2008)!}\,dt$$
at $x=1$, i.e
$$\int_0^1 \frac{(1-t)^{2007}}{(2008)!}=\frac{1}{(2008)!(2008)}$$
Hence,
$$(2009)!\sum_{n=0}^{\infty} \frac{1}{(n+1)(n+2)(n+3)\cdots (n+2009)}=(2009)!\frac{1}{(2008)!(2008)}=\boxed{ \dfrac {2009}{2008}}$$
I am not sure if what I have done is correct.
