Marko Riedel on Wed, 24 Mar 2004 23:02:55 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Solving recurrences. |
Hello there, very impressive! Could you briefly explain what you are doing? BTW I guess I didn't explain it well. You take the explicit formula to the recurrence. I want to take the recurrence to the explicit formula, i.e. turn a(n-0)*(-n) +a(n-1)*(2*n^2 + 3*n + 1) into (2*n+1)!*(n+1)/n!/2^n. Best regards, -- +------------------------------------------------------------+ | Marko Riedel, EDV Neue Arbeit gGmbH, mriedel@neuearbeit.de | | http://www.geocities.com/markoriedelde/index.html | +------------------------------------------------------------+