Okay so I have a summation which goes:
$$\sum_{i=1}^{n^3} 3i^2\cdot\log(i)$$
My goal is to find the order of the function, not the exact summation amount. I have found the order of it by writing out the sum, and noticing that my maximal term from the sum is $3(n^3)^2\log(n^3)$.
Therefore, I am looking at the entire summation as order $(n^6)\log(n)$. Can it be simplified this way, or does the large "amount" of terms being summed (after all, it is going from $i=1$ all the way to $i=n^3$) lead to the overall order of the function being higher than this? And if this is the case, does anyone giving pointers as to how to accomplish this?
Saying it another way, there are a ton of terms being summed up here. Does just taking the maximum term from the summation constitute the highest order of the summation, or does adding together so many such terms result in a higher order?
A common example is to view the series $1+2+3+ \dots +n$. As we know, this is not order $n$. This is order $n^2$, because of the lemma which states that this series is equal to $n(n+1)/2$. So this is where my concern is coming from.
I do not know how this could help you but the summation you consider has a closed form which can write
where $\zeta'(a,b)$ represents the derivative of $\zeta(a,b)$ (the generalized Riemann Zeta function) with respect to "$a$".