A201915 Each row of triangle T(n,k) has a sorted list of n values such that sigma(T(n,k)) = A007368(n).
1, 6, 11, 14, 15, 23, 42, 62, 69, 77, 30, 46, 51, 55, 71, 60, 78, 92, 123, 143, 167, 114, 135, 158, 177, 203, 209, 239, 132, 140, 182, 188, 195, 249, 287, 299, 120, 174, 184, 190, 267, 295, 319, 323, 359, 204, 220, 224, 246, 284, 286, 334, 415, 451, 503
Offset: 1
Examples
Triangle: 1 6, 11 14, 15, 23 42, 62, 69, 77 30, 46, 51, 55, 71 60, 78, 92, 123, 143, 167 114, 135, 158, 177, 203, 209, 239 132, 140, 182, 188, 195, 249, 287, 299 120, 174, 184, 190, 267, 295, 319, 323, 359 204, 220, 224, 246, 284, 286, 334, 415, 451, 503
Links
- T. D. Noe, Rows n = 1..100 of triangle, flattened
Comments