How to write x raise to (n+1) in desmos can it possible
You could type the exponent in braces, then take out the braces.
If you’re in a graph, just typing “x^n+1” should work unless you want the parentheses, then “x^(n+1)”. If you want it in the CL, use backticks (the slanted apostrophe by the 1 on your keyboard)
`x^{n+1}`
or with parentheses
`x^{(n+1)}