first_n_primes
Generate the first n prime numbers using the Sieve of Eratosthenes algorithm for mathematical calculations and number theory applications.
Instructions
Generate the first n prime numbers using the Sieve of Eratosthenes algorithm. (Domain: arithmetic, Category: number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |