collatz_max_value
Calculate the highest number reached in a Collatz sequence for any starting integer to analyze sequence behavior and growth patterns.
Instructions
Find the maximum value reached in the Collatz sequence. (Domain: arithmetic, Category: iterative_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |