Tagged Questions
6
votes
4answers
112 views
Sum of kth roots ($\sum\sqrt[k]{m}$)
I'm trying to find an asymptotic to $$S(n) = \sum_{k=1}^n\sqrt[k]{m}$$ From computational tests, it seems to grow nearly as slowly as $n$. However even $$\sum_{k=1}^\infty\sqrt[k]{m}-1$$ diverges (for ...
2
votes
0answers
76 views
Proof for a summation-procedure using the matrix of Eulerian numbers?
I've discussed a procedure for divergent summation using the matrix of Eulerian numbers occasionally in the last years (initially here, and here in MSE and MO but not in that generality and thus(?) ...
16
votes
0answers
660 views
Prove that sum is finite
Let $j \in \mathbb{N}$. Set
$$
a_j^{(1)}=a_j:=\sum_{i=0}^j\frac{(-1)^{j-i}}{i!6^i(2(j-i)+1)!}
$$
and $a_j^{(l+1)}=\sum_{i=0}^ja_ia_{j-i}^{(l)}$.
Please help me to prove that the following sum is ...