ScratchData LogoScratchData
Back to TheFastMeow's profile

3n+1

THTheFastMeow•Created August 4, 2021
3n+1
1
1
12 views
View on Scratch

Instructions

took longer than i want to admit

Description

if the number is odd, the number will be multiplied by 3 then add 1. if the number is even, the number will be divided by 2. if a number reduces down to 1, it gets stuck in a 4-2-1 pattern because 3(1)+1 = 4, 4/2 = 2, and 2/2 = 1. the goal is to find a number that never reduces to 1 or a number that gets stuck in a n infinite loop that is not 4-2-1. so far, no such numbers have been found ever. so this project is more of a toy.

Project Details

Project ID558067329
CreatedAugust 4, 2021
Last ModifiedAugust 4, 2021
SharedAugust 4, 2021
Visibilityvisible
CommentsAllowed