Hi :) I'm doing a programming project with development of an algorithm for a quadratic recursive sequence: (3, 3, 7, 11, 19, 20, 32), but I can't figure out which expression to use. I know it's probably got something to do with the differences of n-1 and n-2 being added together. Any help you can offer would be appreciated. Thank you :)
defychaos 0 Newbie Poster
Recommended Answers
Jump to PostHi :) I'm doing a programming project with development of an algorithm for a quadratic recursive sequence: (3, 3, 7, 11, 19, 20, 32), but I can't figure out which expression to use. I know it's probably got something to do with the differences of n-1 and n-2 being added …
Jump to PostHe just pointed out that you multi-posted, try not to get personal here.
If the problem here is program logic, post in the Computer Science and Software design forum. If you feel like posting the same question in different language forums, at least post a link to your original …
All 6 Replies
VernonDozier 2,218 Posting Expert Featured Poster
stultuske 1,116 Posting Maven Featured Poster
VernonDozier 2,218 Posting Expert Featured Poster
defychaos 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.