Question: Series Convergence for ((-1)^n*n!)/(1*6*11*...*(5n+1))

harrietstowe
Messages
46
Reaction score
0

Homework Statement


Does the series ((-1)^n*n!)/(1*6*11*...*(5n+1)) from n = 0 to \infty
absolutely converge, converge conditionally or diverge?

Homework Equations





The Attempt at a Solution


I did the ratio test for ((-1)^n *n!)/(5n+1)) and I found that it diverges but apparently that is not the correct series to use. I do not understand how to implement the 1*6*11*... part.
Thanks
 
Physics news on Phys.org
That's an odd series. This is the best way I've been able to write it...

\sum_{n=0}^{\infty} \frac{\left(-1\right)^n n!}{\prod_{k=0}^{n} 5k+1}

I don't know if this helps, but hopefully it does.

EDIT: Seems like an alternating series test would help.
 
Char. Limit said:
That's an odd series. This is the best way I've been able to write it...

\sum_{n=0}^{\infty} \frac{\left(-1\right)^n n!}{\prod_{k=0}^{n} 5k+1}

I don't know if this helps, but hopefully it does.

EDIT: Seems like an alternating series test would help.

What do the columns in the denominator mean? I don't think I have seen that symbol before
 
\prod is the product symbol: \prod_{k=0}^n a_k = a_0 a_1 ... a_n

So n! = \prod_{k=1}^n k.
 
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...
Back
Top