Inspired by How can 0.149162536... be normal?, I ask for the distribution of the leading coefficients of $1,4,9,16,25,36\ldots$. (namely $1,4,9,1,2,3\ldots$) Does a Benford-like law apply?
The online encyclopedia of integer sequences has it, and has a tantalizing link to something called Gelfand's question.

Of the $n$ digit numbers, the leading digit of $m^2$ will be $1$ if $\frac m{10^{n-1}}$ is in the range $[1,\sqrt 2]$ or $[\sqrt {10},\sqrt{20}]$. The first will account for about $(\sqrt 2-1)10^{n-1}$, the second will account for $(\sqrt {20}-\sqrt{10})10^{n-1}$ out of $9\cdot 10^{n-1}$ numbers of that length, so going up to a given number of digits about $0.1916$ of all numbers up to $n$ digits have squares that start with $1$
The values for other leading digits can be computed similarly. The results are: $$\begin {array}{r | l} \text{leading digit} & \text{fraction} \\ \hline 1&0.191564\\2&0.146992\\3&0.12392\\4&0.109176\\5&0.098702\\6&0.090766\\7&0.084483\\8&0.079348\\9&0.075049\end{array}$$
These match user17762's result for up to $5$ digit numbers nicely.