Prove by Mathematical Induction:
$$\frac{1\cdot2^2+2\cdot3^2+\cdots+n(n+1)^2}{1^2\cdot2+2^2\cdot3+\cdots+n^2(n+1)}=\frac{3n+5}{3n+1}$$
Now by inductive hypothesis:
$$\frac{1\cdot2^2+2\cdot3^2+\cdots+k(k+1)^2}{1^2\cdot2+2^2\cdot3+\cdots+k^2(k+1)}=\frac{3k+5}{3k+1}$$
But verification for $n=k+1$ is creating problem.because $k$ is present in denominator too which is hindering use of equation obtained from inductive hypothesis. Please suggest something.
As mentioned in the comments, this is probably easier to prove by using formulas for sums of powers. Nevertheless, if you want to proceed by induction, then you could do something like this:
Your formula is equivalent to the statement that $P(n)$ is true for all $n\in\mathbb N$, where $$ P(n):(3n+1)\sum_{k=1}^n k(k+1)^2-(3n+5)\sum_{k=1}^n k^2(k+1)=0 $$ I leave it to you to show that $P(1)$ is true (that does not seem to be your problem). Assume that $P(n)$ is true for some $n\in\mathbb N$. The left-hand side of $P(n+1)$ is then given by $$ (3n+4)\sum_{k=1}^{n+1}k(k+1)^2-(3n+8)\sum_{k=1}^{n+1}k^2(k+1) $$ which equals (here we split the sums into the first $n$ terms and the last) $$ (3n+4)\Bigl[\sum_{k=1}^n k(k+1)^2+(n+1)(n+2)^2\Bigr]-(3n+8)\Bigl[\sum_{k=1}^n k^2(k+1)+(n+1)^2(n+2)\Bigr]. $$ Next, since $P(n)$ was assumed to be true, we cancel $3n+1$ times the sum in the first bracket with $3n+5$ times the sum in the second bracket. Thus, the expression above equals $$ 3\sum_{k=1}^n\bigl[k(k+1)^2-k^2(k+1)\bigr]+(n+1)(n+2)\bigl[(3n+4)(n+2)-(3n+8)(n+1)\bigr] $$ which simplifies to $$ 3\sum_{k=1}^n k(k+1)-n(n+1)(n+2). $$ Either we know that this happens to be zero, or we don't. If we don't, we prove it by induction. Thus, let $Q(n)$ be the statement that the expression above is zero. It is easy to verify that $Q(1)$ is true. Next, if $Q(n)$ for some $n\in\mathbb N$ is true, i.e if $$ 3\sum_{k=1}^n k(k+1)=n(n+1)(n+2), $$ then we find that $$ 3\sum_{k=1}^{n+1}k(k+1)=n(n+1)(n+2)+3(n+1)(n+2)=(n+1)(n+2)(n+3), $$ which means that $Q(n+1)$ is true. We conclude by induction that $Q(n)$ is true for all $n\in\mathbb N$ and consequently (by induction again) that $P(n)$ is true for all $n\in\mathbb N$.