MacLaurin series is the Taylor series of the function about x=0, i.e.
f(x) = Σ f^(n) (0)/n! x^n, where f^(n)(0) is the nth order derivative evaluated at x=0.
To solve this, we need the first few derivatives
f(x) = sinh x => f(0) = 0
f'(x) = cosh x => f'(0) = 1
f''(x) = sinh x => f''(0) = 0
f'''(x) = cosh x => f'''(0) = 1
...
f^(n)(x) = cosh x, if n odd
f^(n)(x) = sinh x, if n even
f^(n)(0) = 1, if n is odd,
f^(n)(0) = 0 otherwise
Substituting in, we get the series to be [I use 2n+1 to represent all the odd numbers]
sinh x = Σ x^(2n+1)/(2n+1)!
To figure out the radius of convergence, first try to ratio test:
limit n->∞ |a_(n+1)/a_n| = limit n->∞ (2n+1)!|x|^2/(2(n+1)+1)! = limit n->∞ |x|^2/[(2n+3)(2n+2)] = 0.
Since the value of the ratio is < 1, the series converges for all x, that is, the radius of convergence is infinity.