Mister Exam

Other calculators


factorial(6*n)/4^n
  • How to use it?

  • Sum of series:
  • 0.5^n 0.5^n
  • factorial(6*n)/4^n factorial(6*n)/4^n
  • 56724.3*10^-1 56724.3*10^-1
  • 12/(4n^2+12n+5) 12/(4n^2+12n+5)
  • Identical expressions

  • factorial(six *n)/ four ^n
  • factorial(6 multiply by n) divide by 4 to the power of n
  • factorial(six multiply by n) divide by four to the power of n
  • factorial(6*n)/4n
  • factorial6*n/4n
  • factorial(6n)/4^n
  • factorial(6n)/4n
  • factorial6n/4n
  • factorial6n/4^n
  • factorial(6*n) divide by 4^n

Sum of series factorial(6*n)/4^n



=

The solution

You have entered [src]
  oo        
____        
\   `       
 \    (6*n)!
  \   ------
  /      n  
 /      4   
/___,       
n = 1       
$$\sum_{n=1}^{\infty} \frac{\left(6 n\right)!}{4^{n}}$$
Sum(factorial(6*n)/4^n, (n, 1, oo))
The rate of convergence of the power series
The answer [src]
  oo            
 ___            
 \  `           
  \    -n       
  /   4  *(6*n)!
 /__,           
n = 1           
$$\sum_{n=1}^{\infty} 4^{- n} \left(6 n\right)!$$
Sum(4^(-n)*factorial(6*n), (n, 1, oo))
Numerical answer
The series diverges
The graph
Sum of series factorial(6*n)/4^n

    Examples of finding the sum of a series