Handbook
Glossary
consecutive-under ( limit m -- n/f )
Vocabulary
project-euler
.
047
.
private
Inputs
limit
an
object
m
an
object
Outputs
n/f
an
object
Definition
USING:
kernel
sequences
;
IN:
project-euler.047.private
:
consecutive-under
( limit m -- n/f )
[
prime-tau-upto
]
[
dup
<repetition>
]
bi*
subseq-index
;