Basically, what I'm trying to figure out is:
If I have a directory tree, and each level of the directory tree has $x$ directories, and there are $n$ levels, then the number of directories at level $n$ is $x^n$.
So, If I want to generate a structure, that at level $n$ has 400 directories, then I need to figure out $x, n$ for $x^n = 400$
At this point, I think I'm basically trying to get $x = \sqrt[n]{400}$
Is it possible to figure this out with just these terms? I'm not super great at math, so any help would be appreciated!