mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 10:17:40 +01:00
2 lines
163 B
Plaintext
2 lines
163 B
Plaintext
[N] -> { [i, j, k] -> (((4 + 6 * N + 2 * N^2) + (-2 - 2 * N) * j) + ((-2 - N) + j) * k) : j = 1 + i and k = 1 + i and i >= 3 and N <= 100 and i <= N and N >= 10 }
|