youre_a_squib_now
Inkling Fleet Admiral
I've spent way too much time thinking about slosher and at this point I have more questions than answers. (How tall are inklings? What are the physical properties of ink? When am I going to learn fluid dynamics??) I think I might have to cut the math and stick to general observations. Either way, it'll still be a while.
so in the meantime, here's something random my brain thought of. See if you can figure it out.
I created a system that can represent any integer greater than or equal to 2 using only parentheses. The parentheses are always nested properly (meaning that the number of opening and closing parentheses are the same and that the set of parentheses to the left of a given parenthesis always contains at least as many opening parentheses as closing parentheses); incorrectly nested parentheses do not represent a number and are invalid. A single integer may correspond to more than one string of parentheses, but every valid string of parentheses corresponds to exactly one number.
Here are some examples.
10 = ()((()))
23 = ((())(()))
39 = (())(()(()))
73 = ((()())(()))
86 = (()(()()))()
127 = (((((())))))
The goal is to figure out how it works. Show that you have figured it out by converting (())(()((()()(())(()())))) to a regularly-formatted number.
idk how hard this is going to be so I might drop hints and/or more examples periodically, we'll see
so in the meantime, here's something random my brain thought of. See if you can figure it out.
I created a system that can represent any integer greater than or equal to 2 using only parentheses. The parentheses are always nested properly (meaning that the number of opening and closing parentheses are the same and that the set of parentheses to the left of a given parenthesis always contains at least as many opening parentheses as closing parentheses); incorrectly nested parentheses do not represent a number and are invalid. A single integer may correspond to more than one string of parentheses, but every valid string of parentheses corresponds to exactly one number.
Here are some examples.
10 = ()((()))
23 = ((())(()))
39 = (())(()(()))
73 = ((()())(()))
86 = (()(()()))()
127 = (((((())))))
The goal is to figure out how it works. Show that you have figured it out by converting (())(()((()()(())(()())))) to a regularly-formatted number.
idk how hard this is going to be so I might drop hints and/or more examples periodically, we'll see