How do you attempt to solve the deterimnant of $$D_n=\begin{vmatrix} 0 & 1 & 1 & 1 & \cdots & 1 \\ 1 & 0 & x & x & \cdots & x \\ 1 & x & 0 & x & \cdots & x \\ 1 & x & x & 0 & \ddots & \vdots \\ \vdots & \vdots & \vdots & x & \ddots & x \\ 1 & x & x & \cdots & x & 0 \end{vmatrix}$$
My approach is to try and create a similar matrix with finite dimensions (something like a $4\times 4$) and then try and simplify it, but I always get stuck in the process of simplifying...
In general, how do you approach these types of questions?