sieve_of_sundaram
Find odd prime numbers up to a specified limit using the Sieve of Sundaram algorithm, which eliminates composite numbers based on mathematical patterns.
Instructions
Sieve of Sundaram - finds odd primes by eliminating specific composite patterns. (Domain: arithmetic, Category: sieve_algorithms)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes |