#help
4 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with: ```diff
+close
p(2n+1) = F(2n+1)
n = 1008
p(2009) = F(2009)
F(n) = F(n-1) + F(n-2)
F(n-2) = F(n) - F(n-1)
n = 2011