A280519 Triangle read by rows: T(n,k) = number of sequences of n positive integers with reciprocals adding up to k (k=1,2,...,n).
1, 1, 1, 10, 3, 1, 215, 41, 6, 1, 12231, 1115, 105, 10, 1, 2025462, 74862, 3466, 215, 15, 1, 1351857641, 14294210, 267281, 8372, 385, 21, 1, 6255560531733, 10837663111, 57646358, 727049, 17318, 630, 28, 1
Offset: 1
Examples
Triangle starts with: n=1: 1 n=2: 1, 1 n=3: 10, 3, 1 n=4: 215, 41, 6, 1 n=5: 12231, 1115, 105, 10, 1 n=6: 2025462, 74862, 3466, 215, 15, 1 ...