OFFSET
1,1
COMMENTS
See A360020 for the corresponding hypotenuses.
LINKS
EXAMPLE
Triangle T(n, k) begins:
n A009023(n) n-th row
-- ---------- ---------
1 4 3
2 8 6
3 12 5, 9
4 15 8
5 16 12
6 20 15
7 21 20
8 24 7, 10, 18
9 28 21
10 30 16
11 32 24
12 35 12
13 36 15, 27
14 40 9, 30
PROG
(PARI) { for (n=1, 105, for (m=1, n-1, if (issquare(n^2+m^2), print1 (m", ")))) }
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Mar 08 2023
STATUS
approved