{"status": "success", "data": {"description_md": "Given a positive integer $n$, it can be shown that every complex number of the form $r+si$, where $r$ and $s$ are integers, can be uniquely expressed in the base $-n+i$ using the integers $1,2,\\ldots,n^2$ as digits. That is, the equation $$ r+si=a_m(-n+i)^m+a_{m-1}(-n+i)^{m-1}+\\cdots +a_1(-n+i)+a_0 $$is true for a unique choice of non-negative integer $m$ and digits $a_0,a_1,\\ldots,a_m$ chosen from the set $\\{0,1,2,\\ldots,n^2\\}$, with $a_m\\ne 0$. We write $$ r+si=(a_ma_{m-1}\\ldots a_1a_0)_{-n+i} $$to denote the base $-n+i$ expansion of $r+si$. There are only finitely many integers $k+0i$ that have four-digit expansions $$ k=(a_3a_2a_1a_0)_{-3+i}~~~~a_3\\ne 0. $$Find the sum of all such $k$.\n___\nLeading zeroes must be inputted, so if your answer is `34`, then input `034`. Full credit goes to [MAA](https://maa.org/) for authoring these problems. These problems were taken on the [AOPS](https://artofproblemsolving.com/) website.", "description_html": "<p>Given a positive integer <span class=\"katex--inline\">n</span>, it can be shown that every complex number of the form <span class=\"katex--inline\">r+si</span>, where <span class=\"katex--inline\">r</span> and <span class=\"katex--inline\">s</span> are integers, can be uniquely expressed in the base <span class=\"katex--inline\">-n+i</span> using the integers <span class=\"katex--inline\">1,2,\\ldots,n^2</span> as digits. That is, the equation<span class=\"katex--display\"> r+si=a_m(-n+i)^m+a_{m-1}(-n+i)^{m-1}+\\cdots +a_1(-n+i)+a_0 </span>is true for a unique choice of non-negative integer <span class=\"katex--inline\">m</span> and digits <span class=\"katex--inline\">a_0,a_1,\\ldots,a_m</span> chosen from the set <span class=\"katex--inline\">\\{0,1,2,\\ldots,n^2\\}</span>, with <span class=\"katex--inline\">a_m\\ne 0</span>. We write <span class=\"katex--display\"> r+si=(a_ma_{m-1}\\ldots a_1a_0)_{-n+i} </span>to denote the base <span class=\"katex--inline\">-n+i</span> expansion of <span class=\"katex--inline\">r+si</span>. There are only finitely many integers <span class=\"katex--inline\">k+0i</span> that have four-digit expansions <span class=\"katex--display\"> k=(a_3a_2a_1a_0)_{-3+i}~~~~a_3\\ne 0. </span>Find the sum of all such <span class=\"katex--inline\">k</span>.</p>&#10;<hr><p>Leading zeroes must be inputted, so if your answer is <code>34</code>, then input <code>034</code>. Full credit goes to <a href=\"https://maa.org/\">MAA</a> for authoring these problems. These problems were taken on the <a href=\"https://artofproblemsolving.com/\">AOPS</a> website.</p>", "hints_md": "", "hints_html": "", "editorial_md": "", "editorial_html": "", "flag_hint": "", "point_value": 6, "problem_name": "1989 AIME Problem 14", "can_next": true, "can_prev": true, "nxt": "/problem/89_aime_p15", "prev": "/problem/89_aime_p13"}}