November2025 - Challenge
G -> T T -> CA C -> TG A -> CThe first few steps yield the strings
CAT TGCCA CATTGTGC TGCCACATCATTGAnd so forth. One can see from the list that s_{3}[3..7] is "CACA" (here [a..b] means "all the letters, starting from the index a, up to and not including the index b, where indexing starts from 0")
Your goal: Find s_{n}[n..(n+1000)] for n=10^{100}
A bonus "*" will be given for finding t_{n}[n..(n+1000)] for n=10^{100} where the sequence t is defined similarly to s but with the initial value t_0 = "RABBITS" and the rules
G -> T, T -> CA, C -> BR, A -> I, R -> B, B -> IS, I -> TG, S -> C,
We will post the names of those who submit a correct, original solution! If you don't want your name posted then please include such a statement in your submission!
We invite visitors to our website to submit an elegant solution. Send your submission to the ponder@il.ibm.com.
If you have any problems you think we might enjoy, please send them in. All replies should be sent to: ponder@il.ibm.com
Challenge:
28/10/2025 @ 16:00 PM EST
Solution:
05/12/2025 @ 12:00 AM EST
List Updated:
28/10/2025 @ 16:00 PM EST