All square roots can be expressed as a regular Continued Fraction. For example: $$\newcommand{\contfrac}{\raise{-0.5ex}\mathop{\Large\mathrm{K}}}\sqrt{2}+1=2+\contfrac_{n = 0}^\infty \frac{1}{2}$$
It is easy to see that comparable regular Continued Fractions for higher order roots are impossible. But at least some higher roots can actually be expressed as Continued Fractions, following simple patterns. For example:
$$4\sqrt[3]{4}-1=7+\contfrac_{n = 0}^\infty \frac{-4\cdot\frac{3n+2}{n+1}}{7} =7+\cfrac{-4\cdot\cfrac{2}{1}}{7+\cfrac{-4\cdot\cfrac{5}{2}}{7+\cfrac{-4\cdot\cfrac{8}{3}}{7+\cfrac{-4\cdot\cfrac{11}{4}}{7+\ddots}}}}$$ $$6\sqrt[5]{6}-1=11+\contfrac_{n = 0}^\infty \frac{-6\cdot\frac{5n+4}{n+1}}{11}$$
$$(1+p)\sqrt[p]{p+1}-1=1+2p+\contfrac_{n = 0}^\infty \frac{-(1+p)\cdot\frac{(n+1)p-1}{n+1}}{1+2p}$$ I have proven these CF's by applying Euler's Differential Method for Continued Fractions.
The question remains: is there a way to express an arbitrary higher order root like $\sqrt[3]{5}$ as a "patterned" Continued Fraction?