2023 SSMO Relay Round 1 Problems/Problem 2

Revision as of 19:20, 2 May 2025 by Pinkpig (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $T=TNYWR$. Let $a_0 = 3, a_1 = 1, a_2 = N$, and let $a_n = a_{n-1} - \frac{a_{n-3}}{8}$. Find \[\sum_{i=0}^\infty a_i.\]

Solution