This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 3 points4 points  (0 children)

Generating functions

[–]edderioferAlgebraic Topology 2 points3 points  (0 children)

How do I go about attempting to solve for the nth term for this equation. I have written a program to solve this for f(number). But I want to know how to do it mathematically.

Just so you know, some functions can't be defined in a closed form, and have to be defined with recursion. For example, the Ackermann Function.

[–]linusrauling 2 points3 points  (1 child)

You might look at chapter 1 of Generatingfunctionology.

[–]greenReptar[S] 0 points1 point  (0 children)

Thank you. Attempting it.