fermat_numbers
Generate Fermat numbers F_n = 2^(2^n) + 1 for mathematical analysis and special prime number calculations. Specify index limit to compute these numbers efficiently.
Instructions
Generate Fermat numbers F_n = 2^(2^n) + 1 up to index limit. (Domain: arithmetic, Category: special_primes)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes |