The comments section of this post says that $\pi$ does repeat itself if done under base 11... and that it somehow defines the universe.
Can anyone expand on the idea that irrational numbers may repeat if a different base is used?
Does $\pi$ in fact repeat under base 11?
Is there any known value in numbers that have this property? (or conversely the ones that don't have this property?)
The comment is mistaken.
A number is rational if and only if its expansion in any base is eventually recurring (possibly with a recurring string of $0$s). Thus $\pi$ has no recurring expansion in any base.
Why? Well suppose it did. Then $$\pi = n . d_1d_2 \cdots d_k \overline{r_1 r_2 \cdots r_{\ell}}$$ in some base $b$ say, where $r_1 \cdots r_{\ell}$ is the recurring part. Thus $$b^k\pi = m . \overline{r_1 r_2 \cdots r_{\ell}}$$ where $m$ is some integer, it doesn't really matter what it is. Also notice $$b^{k+\ell}\pi = mr_1 r_2 \cdots r_{\ell}. \overline{r_1 r_2 \cdots r_{\ell}}$$
Subtracting one from the other gives $$b^{k+\ell}\pi - b^k\pi = mr_1 r_2 \cdots r_{\ell} - m = M$$ where $M$ is again some integer, and hence $$\pi = \dfrac{M}{b^{k+\ell} - b^k}$$ so $\pi$ is rational.
...this ain't true -- we know that $\pi$ is irrational -- so our assumption that $\pi$ has a recurring expansion to base $b$ must have been mistaken.
My notation above was a bit sloppy. The $d_i$ and $r_i$s refer to digits whilst the other letters refer to numbers. I hope it's understandable, but if it isn't then let me know and I'll clarify.