|
|
|
|
|
by stabbles
2061 days ago
|
|
A standard technique to find explicit expressions for the `n`th number of a recursion is through generation functions; see e.g. https://en.wikipedia.org/wiki/Generating_function. You can plugin x = 10^-1 there. Not sure if the result is always a rational number. |
|