collatz_stopping_time
Calculate the number of steps required for a positive integer to reach 1 using the Collatz conjecture iterative sequence.
Instructions
Calculate the Collatz stopping time (number of steps to reach 1). (Domain: arithmetic, Category: iterative_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |