makelist(i^2, i, 1, 10); sublist(create_list([i^2, j^2, k^2], i, 1, 20, j, 1, 20, k, 1, 20), lambda([l], l[1]+l[2]=l[3]));