How to determinate the linearly independence between some special functions defined by ODE? For example:
${}_1F_1(a;b;x)$ , $x^{1-b}{}_1F_1(a-b+1;2-b;x)$ when $b$ is integer
${}_2F_1(a,b;c;x)$ , $x^{1-c}{}_2F_1(a-c+1,b-c+1;2-c;x)$ when $c$ is integer
HeunC$(\alpha,\beta,\gamma,\delta,\eta;x)$ , $x^{-\beta}$HeunC$(\alpha,-\beta,\gamma,\delta,\eta;x)$ when $\beta$ is integer
The usual route to proving the linear independence of two solutions $f_1(z)$, $f_2(z)$ is to compute the Wronskian determinant,
$$\begin{vmatrix}f_1(z)&f_2(z)\\f_1^\prime(z)&f_2^\prime(z)\end{vmatrix}$$
If this determinant is identically zero, then your two functions are linearly dependent.
For your first pair, the Wronskian is $\dfrac{\exp\,z\sin\,\pi b}{\pi z^b}$; for integer $b$, this Wronskian is clearly zero, and thus your pair is linearly dependent. For your second, the Wronskian is $(1-c)\dfrac{(1-z)^{c-a-b-1}}{z^c}$; this zeroes out only if $c=0$, so apart from that case, your two functions are linearly independent.
Abel's identity is useful if you do not happen to have explicit expressions for your two solutions.