Write a closed from function for: F(0) = 0 F(1) = 1 F(2) = 4 F(n) = 3 + (F(n-1) - F(n-2)) + F(n-3) + 3 I can't seem to figure this one out....
Follow Math Help Forum on Facebook and Google+
F(n) =
Oh i see it now
Last edited by vexiked; September 28th 2009 at 07:44 AM.
View Tag Cloud