RosettaCodeData/Task/Hailstone-sequence/Uiua/hailstone-sequence.uiua
2026-04-30 12:34:36 -04:00

7 lines
268 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Next ← ⨬(÷2|+1×3)⊸◿2
Sequence ← ˜⊂1⊢[⍢⊸Next≠₁]
⊃(↙4|↙¯4) Sequence 27
# Calculate and cache lengths (export UIUA_RECURSION_LIMIT=3000 first)
Length ← |1 memo(⨬(+1Length Next|∘)⊸=₁)
⊸Length⊢⊏⍖⊸⍚Length+1⇡99999