You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Define a procedure `unique-pairs` that, given an integer $n$, generates the sequence of pairs $(i, j)$ with $1 <= j <= i <= n$. Use `unique-pairs` to simplify the definition of `prime-sum-pairs` given above.