Mister Exam

Other calculators

  • How to use it?

  • Sum of series:
  • 1/(n(n+1)) 1/(n(n+1))
  • (3^(n+3))/(4^(n-1)*5^n) (3^(n+3))/(4^(n-1)*5^n)
  • cosnx
  • 0,5 0,5
  • Identical expressions

  • two n^ two (x+ two)^(n^2)
  • 2n squared (x plus 2) to the power of (n squared )
  • two n to the power of two (x plus two) to the power of (n squared )
  • 2n2(x+2)(n2)
  • 2n2x+2n2
  • 2n²(x+2)^(n²)
  • 2n to the power of 2(x+2) to the power of (n to the power of 2)
  • 2n^2x+2^n^2
  • Similar expressions

  • 2n^2(x-2)^(n^2)

Sum of series 2n^2(x+2)^(n^2)



=

The solution

You have entered [src]
  oo                  
 ___                  
 \  `                 
  \               / 2\
   )     2        \n /
  /   2*n *(x + 2)    
 /__,                 
n = 1                 
$$\sum_{n=1}^{\infty} 2 n^{2} \left(x + 2\right)^{n^{2}}$$
Sum((2*n^2)*(x + 2)^(n^2), (n, 1, oo))
The answer [src]
  oo                  
 ___                  
 \  `                 
  \               / 2\
   )     2        \n /
  /   2*n *(2 + x)    
 /__,                 
n = 1                 
$$\sum_{n=1}^{\infty} 2 n^{2} \left(x + 2\right)^{n^{2}}$$
Sum(2*n^2*(2 + x)^(n^2), (n, 1, oo))

    Examples of finding the sum of a series