benchmarks.wiki / Public workspace
Omni-MATH / Let f(n) be the number of ways to write n as a sum of powers of 2 , where we keep track of the order of the summation. For example, f(4)=6 because 4 can be written as 4 , 2+2 , …
Problem
Answer published by the source. Consult the official source to check your work against its answer.
problem
Let be the number of ways to write as a sum of powers of , where we keep track of the order of the summation. For example, because can be written as , , , , , and . Find the smallest greater than for which is odd.
Plain-text mathematical notation (without MathML)
Let f(n) be the number of ways to write n as a sum of powers of 2 , where we keep track of the order of the summation. For example, f(4)=6 because 4 can be written as 4 , 2+2 , 2+1+1 , 1+2+1 , 1+1+2 , and 1+1+1+1 . Find the smallest n greater than 2013 for which f(n) is odd.
Original LaTeX notation
Let $f(n)$ be the number of ways to write $n$ as a sum of powers of $2$ , where we keep track of the order of the summation. For example, $f(4)=6$ because $4$ can be written as $4$ , $2+2$ , $2+1+1$ , $1+2+1$ , $1+1+2$ , and $1+1+1+1$ . Find the smallest $n$ greater than $2013$ for which $f(n)$ is odd.
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. 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. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import