Hello! I have a solution to the collatz conjecture, which disproves the theory. My cat helped me find a sequence of numbers which will reach infinity. Although this sounds funny or like a troll, I am being serious, and would really appreciate it if anyone could confirm this.
While I was trying to find a pattern in the conjecture using a polar plot, I got bored and went to some random website to calculate the sequence for a random input number. After having obviously no success with that, I went to refill my water, and my cat sat on my keyboard. He held the 99999 key down for a while. When I got back, I thought it was funny, I tried it, and it apparently had an insane glide.
I experimented further with this. For each 9, the glide goes up by 3 (roughly). This pattern goes on forever. So each time you double the amount of 9s, the glide also doubles.
Very quickly I crashed the online program by putting in a few hundred or so 9s. So i created a java program to test this using BigIntiger and StringBuilders, and I tested all combinations of 9 up until 25,700 digits of 9 long. It quickly passed the highest glide record, and it mostly followed the pattern, though some lengths of 9 go wayyy higher than expected.
I then hit the String input limit so I needed to use a function to act as a string builder. I tested an input of 2.6 Million digits of 9 to start out with, and it went up by about 500,000 - 600,000 digits before starting to come back down. However, it took my computer 2 whole days to calculate this entire sequence.
Therefore, if a few million or billion digits of 9 were input, then this could easily go high enough to loop back to itself. However, my computer isnt good enough for that.
Would this be a proper solution disproving the collatz conjecture? If so then how do I get people to hear me? I made a video and a paper about this but nobody is responding to me. I feel like people think im joking.