Hi. I'm new to Mathematica, so apologies for the newbie question.
How do I get Mathematica to display continued fractions or nested surds the way you normally would see them?
Nest[1 + 1/# &, "...", 7]
Nest[1 + Sqrt[#] &, "...", 10]
Both end up showing the "+1"s on the "wrong" side of the result. That is, normally when you see these sorts of equations, they start with "1 + " and then have the rest of the nested formula.
I'm teaching a class on the Fibonacci Sequence and Golden Ratio, and would like them to display the way students will most often see them.