nth_prime
Calculate the nth prime number using efficient prime generation algorithms. Input an integer n to find the corresponding prime number in the sequence.
Instructions
Find the nth prime number (1-indexed). Uses efficient prime generation. (Domain: arithmetic, Category: number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |