Build quadratic and exponential functions from context using explicit formulas, recursive processes, or calculation steps.
Write a recursive rule for a quadratic-looking sequence from its terms
Problem
For \(2,~5,~10,~17\), compute the first differences and express their odd-number pattern as a formula in \(n\). Give a one-based recurrence beginning with \(a_{1}=2\), include \(n\ge~2\), and regenerate all listed terms.
Big Picture
What this problem is really about
The recurrence is driven by the changing first differences, so their pattern must be expressed using the destination index. We’ll compute the consecutive increases, match them to an odd-number formula that starts correctly at the second term, write the initial condition and index domain, and regenerate every listed value.
Inside Gozunta
Turn the preview into practice.
More than a preview
Gozunta lets you study this problem—and more than 10,000 others.
Create targeted learning sessions, use hints, check your answer, read the walkthrough, watch the video, print the work, and track your progress.