Feedback
Got a suggestion for improvement? Anything goes.
Found a bug? Let us know. For other inquries feel free to contact us about anything at all.
Call to action
Depvana's growth is 100% powered by word of mouth. If you want to help: tell a friend! Let your group chats know, let people know of Depvana on other platforms.
Depvana •
about •
legal •
contact •
contribute •
Depvana is independent. Help keep it that way.
© 2024 Depvana aps.
Login to add a hashtag.
Hashtags
Bookmark
Rss
Topic Solving Collatz Conjecture
Public room public room
Moderators •  Beyond
Depth •  Academic disciplines > Mathematics > Collatz Conjecture > Solving Collatz Conjecture
I love wasting time.
No. 204
61
3
0
More
Copy link
Report
Encrypt
Encrypt post text
Encryption Key
Repeat Key
Encrypt
Encrypt post text before posting. Choose an encryption key to encrypt your post with. Be sure to remember this key, as it is the only way to decrypt and view the content again. Only share this key with individuals you want to be able to decrypt your post.
Note that all encryption is performed locally, and no one will be able to recover the content if you lose this key.
Visible to the public Public post
Attachments • images • video webm/mp4 • max size 4096KiB.
Attachments • images • video • max 4MB.
Filter by  โ€ข  Newest
Newest
Sort posts in decending order by date
Oldest
Sort posts in ascending order by date
Beyond@310 
More
Copy link
Report
>
thank you, very much! that's a lot of money. if i win it, i'll travel to japan to meet Yoshihiro Togashi
wagner@302 
More
Copy link
Report
Best of luck this is a very hard problem. Japanese company Bakuage offers 120M JPY (around 1M dollars) for a proof per https://www.prnewswire.com/news-releases/bakuage-offers-prize-of-120-million-jpy-to-whoever-solves-collatz-conjecture-math-problem-unsolved-for-84-years-301326629.html
Beyond@310 
More
Copy link
Report
n is a positive integer.
a positive integer is an integer that is greater than zero.
the smallest possible positive integer is 1.
every positive integer is even or odd.
for some positive integer k:
-> n is even if can be written as 2k.
-> n is odd if can be written as 2k-1.
f(n) = {n/2 if n is even; 3n+1 if n is odd}.
=> f(n) = {n/2 if n=2k; 3n+1 if n=2k-1}, k>=1.
=> f(n) = {(2k)/2 if n=2k; 3(2k-1)+1 if n=2k-1}, k>=1.
=> f(n) = {k if n=2k; (6k-3)+1 if n=2k-1}, k>=1.
=> f(n) = {k if n=2k; 6k-2 if n=2k-1}, k>=1.
=> f(n) = {k if n=2k; 2(3k-1) if n=2k-1}, k>=1.