Summatory Pascal triangle T(n,k) (0 <= k <= n) read by rows. Top entry is 1. Each entry is the sum of the parallelogram above it.
A059576
Summatory Pascal triangle T(n,k) (0 <= k <= n) read by rows. Top entry is 1. Each entry is the sum of the parallelogram above it.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =2a(4) =3a(5) =2a(6) =4a(7) =8a(8) =8a(9) =4a(10) =8a(11) =20a(12) =26a(13) =20a(14) =8a(15) =16a(16) =48a(17) =76a(18) =76a(19) =48a(20) =16a(21) =32a(22) =112a(23) =208a(24) =252a(25) =208a(26) =112a(27) =32a(28) =64a(29) =256
External references
- oeis: A059576