General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dr Gamma D
Veritasium
comments
Comments by "Dr Gamma D" (@DrDeuteron) on "The Simplest Math Problem No One Can Solve - Collatz Conjecture" video.
here's some python to push the boundary by 1: N, K = 2L**68+1, 0 while N !=1: K+=1 if N % 2L N = 1 + 3*N else: N /= 2
1
If you're working on a math PhD or post-doc rn, don't even comment on this video.
1
"....but you have to apply it correctly". Translation: "don't delete my channel youtube, I'm saying that which cannot be said."
1