Summation Identity for i^p power question, really simple

Asphyxiated
Messages
263
Reaction score
0

Homework Statement




\sum_{i=0}^{n} i^{p} = \frac {(n+1)^{p+1}}{p+1} + \sum_{k=1}^{p} \frac {B_{k}}{p-k+1} (^{p}_{k}) (n+1)^{p-k+1}


where Bk is a Bernoulli number.

There is no actual question here I would just like to know if this formula is for sums of i to any power, of course its rather cumbersome but the question still stands. All I want to know is if I understand what it is doing.

edit: oh and

(^{p}_{k}) = \frac {p!}{k!(p-k)!} \;\; 0 \leq k \leq p
 
Last edited:
Physics news on Phys.org
Yes, that is called Faulhaber's formula and is valid for natural numbers p.
 
Incidentally, there is a better way to make binomial coefficients than (^p_k), which will always produce "small" binomial coefficients and won't always place the arguments gracefully with respect to the parentheses. You can write \binom{p}{k} to get \binom{p}{k}.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top