10 lines
265 B
Text
10 lines
265 B
Text
$ jq -r -c -n -f Extensible_prime_generator.jq
|
|
First 20 primes:
|
|
[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71]
|
|
|
|
Primes between 100 and 150:
|
|
[101,103,107,109,113,127,131,137,139,149]
|
|
|
|
The 10,000th prime is 104729
|
|
|
|
There are 30 primes twixt 7700 and 8000.
|