- #1
Twistlock
- 1
- 0
Homework Statement
I need to find the recursive and explicit formulas for the sequence 1,-2, 3, -4, 5
Homework Equations
Recursive Rule: Fn= Fn-1 + Fn-2
Explicit Rule: position of terms F1, F2, F3,...
The Attempt at a Solution
I have figured out explicit because its ((-1)^n+1)n
Recursive rule i am having trouble with because its around something like -(Fn-1 +1) or close to that