A089204 Triangle read by rows: T(n,k) = numerator of P(n, k) = 1 - n!/(n^k*(n-k)!).
1, 1, 7, 1, 5, 29, 1, 13, 101, 601, 1, 4, 13, 49, 319, 1, 19, 223, 2041, 16087, 116929, 1, 11, 151, 407, 3781, 16069, 130757, 1, 25, 131, 1627, 17443, 56809, 526961, 4778489, 1, 7, 62, 436, 1061, 2936, 30683, 155683, 1561933
Offset: 1
Examples
a(8) = 13 because 13 is numerator of 13/25 = P(5,3). a(15) = 319 because 319 is numerator of 319/324 = P(6,6).
Comments