benchmarks.wiki / Public workspace

AMC (AIMO validation set) / https://artofproblemsolving.com/wiki/index.php/2022_AMC_12B_Problems/Problem_23 / Let x_0,x_1,x_2,dotsc be a sequence of numbers, where each x_(k) is either 0 or 1. For each positive integer n, define S_(n)=∑_(k=0)^(n−1)x_(k)2^(k) Suppose 7S_n equiv 1 pmod{2^n} …

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Let $x_0,x_1,x_2,\dotsc$ be a sequence of numbers, where each xkx_k is either 00 or 11. For each positive integer nn, define Sn=k=0n1xk2kS_n = \sum_{k=0}^{n-1} x_k 2^k Suppose $7S_n \equiv 1 \pmod{2^n}$ for all n1n \geq 1. What is the value of the sum \[x_{2019} + 2x_{2020} + 4x_{2021} + 8x_{2022}?\]
Plain-text mathematical notation (without MathML)
Let $x_0,x_1,x_2,\dotsc$ be a sequence of numbers, where each x_(k) is either 0 or 1. For each positive integer n, define 
S_(n)=∑_(k=0)^(n−1)x_(k)2^(k)
Suppose $7S_n \equiv 1 \pmod{2^n}$ for all n≥1. What is the value of the sum  
\[x_{2019} + 2x_{2020} + 4x_{2021} + 8x_{2022}?\]
Original LaTeX notation
Let $x_0,x_1,x_2,\dotsc$ be a sequence of numbers, where each $x_k$ is either $0$ or $1$. For each positive integer $n$, define 
\[S_n = \sum_{k=0}^{n-1} x_k 2^k\]
Suppose $7S_n \equiv 1 \pmod{2^n}$ for all $n \geq 1$. What is the value of the sum  
\[x_{2019} + 2x_{2020} + 4x_{2021} + 8x_{2022}?\]

Discussion

Discussion

No discussion posts on this page yet. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.

Source and history

Official source

initial import