Mister Exam

Sum of series nⁿ2



=

The solution

You have entered [src]
  n      
 ___     
 \  `    
  \    n2
  /   n  
 /__,    
n = 1    
$$\sum_{n=1}^{n} n^{n_{2}}$$
Sum(n^n2, (n, 1, n))

    Examples of finding the sum of a series