So, I was trying to find a general pattern/formula for the Dirichlet Regularization of a Divergent series. I hadn't faced any problems until I reached:
$$\sum_{n=0}^\infty n^x$$
So, let's make a function $\operatorname{Di}$, which basically gives the Dirichlet regularization for any summation put in (if valid). The value $x$ here is nothing but a constant, and plays a similar role as $a$ in $ax^2 + bx + c = 0$.
Now, if I try to do this calculation for:
$$\operatorname{Di}\left(\sum_{n=0}^\infty n^x\right)$$
Here's where I arrive at the problem. For even values of $x$, the pattern seems to be simple, it is just $\frac{-1}{n+1}$, the problem arrives for odd values of $x$.
For even values, the final regularized result seems to be:
$$\frac{-1}{3}, \frac{-1}{5}, \frac{-1}{7}, \ldots, \frac{-1}{x+1}$$
However, there does not seem to be some set pattern for odd values of $x$.
The values seem to be chaotic, and below is a list of results for all odd values $1$ to $20$:
x | Regularized Sum
---|----------------------
1 | 5/12
3 | 31/120
5 | 41/252
7 | 31/240
9 | 61/660
11 | 3421/32760
13 | -1/84
15 | 4127/8160
17 | 43069/14364
19 | 174941/6600
I would like to know the pattern, a general formula based on the value of $x$ for this, and the reason why it isn't negative unlike the values for when $x$ is even, or when $x$ is $13$.