Beaver Math Olympiad: Difference between revisions
Line 27: | Line 27: | ||
== Solved problems == | == Solved problems == | ||
=== {{TM|1RB0RB3LA4LA2RA_2LB3RA---3RA4RB}} and {{TM|1RB1RB3LA4LA2RA_2LB3RA---3RA4RB}} === | === {{TM|1RB0RB3LA4LA2RA_2LB3RA---3RA4RB|non-halt}} and {{TM|1RB1RB3LA4LA2RA_2LB3RA---3RA4RB|non-halt}} === | ||
Let <math>v_2(n)</math> be the largest integer <math>k</math> such that <math>2^k</math> divides <math>n</math>. Let <math>(a_n)_{n \ge 0}</math> be a sequence such that | Let <math>v_2(n)</math> be the largest integer <math>k</math> such that <math>2^k</math> divides <math>n</math>. Let <math>(a_n)_{n \ge 0}</math> be a sequence such that | ||
Line 40: | Line 40: | ||
Link to Discord discussion: https://discord.com/channels/960643023006490684/1084047886494470185/1252634913220591728 | Link to Discord discussion: https://discord.com/channels/960643023006490684/1084047886494470185/1252634913220591728 | ||
=== {{TM|1RB3RB---1LB0LA_2LA4RA3LA4RB1LB}} === | === {{TM|1RB3RB---1LB0LA_2LA4RA3LA4RB1LB|non-halt}} === | ||
Bonnie the beaver was bored, so she tried to construct a sequence of integers <math>\{a_n\}_{n \ge 0}</math>. She first defined <math>a_0=2</math>, then defined <math>a_{n+1}</math> depending on <math>a_n</math> and <math>n</math> using the following rules: | Bonnie the beaver was bored, so she tried to construct a sequence of integers <math>\{a_n\}_{n \ge 0}</math>. She first defined <math>a_0=2</math>, then defined <math>a_{n+1}</math> depending on <math>a_n</math> and <math>n</math> using the following rules: |
Revision as of 13:39, 13 August 2024
Beaver Mathematical Olympiad (BMO) is an attempt to re-formulate the halting problem for some particular Turing machines as a mathematical problem in a style suitable for a hypothetical math olympiad.
The purpose of the BMO is twofold. First, statements where every non-essential details (e.g. related to tape encoding, number of steps, etc) are discarded are more suitable to be shared with mathematicians who perhaps are able to help. Second, it's a way to jokingly highlight how a hard question could appear deceptively simple.
Unsolved problems
1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE
(bbch)
Let and be two sequences such that and
for all positive integers . Does there exist a positive integer such that ?
The first 10 values of are .
Hydra and Antihydra
Let be a sequence such that for all non-negative integers .
- If , does there exist a non-negative integer such that the list of numbers have more than twice as many even numbers as odd numbers? (Hydra)
- If , does there exist a non-negative integer such that the list of numbers have more than twice as many odd numbers as even numbers? (Antihydra)
Solved problems
1RB0RB3LA4LA2RA_2LB3RA---3RA4RB
(bbch) and 1RB1RB3LA4LA2RA_2LB3RA---3RA4RB
(bbch)
Let be the largest integer such that divides . Let be a sequence such that
for all non-negative integers . Is there an integer such that for some positive integer ?
Link to Discord discussion: https://discord.com/channels/960643023006490684/1084047886494470185/1252634913220591728
1RB3RB---1LB0LA_2LA4RA3LA4RB1LB
(bbch)
Bonnie the beaver was bored, so she tried to construct a sequence of integers . She first defined , then defined depending on and using the following rules:
- If , then .
- If , then .
With these two rules alone, Bonnie calculates the first few terms in the sequence: . At this point, Bonnie plans to continue writing terms until a term becomes . If Bonnie sticks to her plan, will she ever finish?
How to guess the closed-form solution: Firstly, notice that . Secondly, calculate the error term . The error term appears to have a period of 4. This leads to the following guess:
This closed-form solution can be proven correct by induction. Unfortunately, the induction may require a lot of tedious calculations.
For all , we have and . Therefore, Bonnie will never finish.