Triangle read by rows, truncated columns of an array formed by taking sets of P(n) = Pascal's triangle, with the 1's column shifted up n = 1,2,3,... times. Then the n-th row of the array = lim_{k->infinity}, k=1,2,3,...; (P(n))^k, deleting the first 1.
A171840
Triangle read by rows, truncated columns of an array formed by taking sets of P(n) = Pascal's triangle, with the 1's column shifted up n = 1,2,3,... times. Then the n-th row of the array = lim_{k->infinity}, k=1,2,3,...; (P(n))^k, deleting the first 1.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =1a(4) =2a(5) =5a(6) =1a(7) =2a(8) =4a(9) =15a(10) =1a(11) =2a(12) =4a(13) =9a(14) =52a(15) =1a(16) =2a(17) =4a(18) =8a(19) =23a(20) =203a(21) =1a(22) =2a(23) =4a(24) =8a(25) =17a(26) =65a(27) =877a(28) =1a(29) =2
External references
- oeis: A171840