Handbook
Glossary
potential-sequences ( -- seq )
Vocabulary
project-euler
.
049
.
private
Inputs
None
Outputs
seq
an
object
Definition
USING:
math
math.primes
sequences
;
IN:
project-euler.049.private
:
potential-sequences
( -- seq )
1000 9999
primes-between
collect-permutations
[
length
3
>=
]
filter
;