Number sequences sometimes use rules to generate the next number.
Here is a simple rule:
If the number is even, divide it by 2.
If the number is odd, subtract 1 from it.
Stop when you get to the number 1.
Look at this Number Worm, which shows this rule starting at the number 60.