On the Subject of Forget Me No.
This one likes π, but not too much π.
- This module consists of 10 buttons numbered 0 - 9 each with a small LED, a small display and a large display.
- If the buttons and the background are not colored teal, you are looking at a diffrent module.
- This is a Boss module.
- After each solved non-ignored module, and initially, a small LED next to a button will light up and the big display on the bottom displays a digit.
- The LED that lights up will correspond to a mathematical constant.
- Only the last 2 digits of the stage number will be shown.
- Once every non-ignored module has been solved the module will enter the submission state.
Step 1:
First you need to determine which LED corresponds to which constant.
The constants being used are the following:
- π (Pi)
- e (Euler’s Number)
- √2 (Square Root of 2)
- ln2 (Natural Logarithm of 2)
- φ (Golden Ratio)
- γ (Euler-Mascheroni Constant)
- ρ (Plastic Number)
- δ (Feigenbaum Constant)
- λ (Conway’s Constant)
- W(1) (Lambert-W of 1)
- To find which LED corresponds to which constant take the first character of the serial number.
- If it is a letter take its alphabetic position mod 10.
- Index that number into the list above.
- This constant corresponds to LED 1.
- Do the same for the other serial number characters which will correspond to LEDs 2 - 6 in order.
- If a constant has already been assigned move down the list until you reach one that isn’t.