A053204 Row sums of A053200.
0, 0, 2, 2, 4, 2, 10, 2, 16, 8, 14, 2, 28, 2, 46, 38, 64, 2, 46, 2, 76, 50, 70, 2, 136, 32, 82, 80, 156, 2, 244, 2, 256, 74, 38, 88, 172, 2, 118, 86, 256, 2, 442, 2, 324, 332, 326, 2, 592, 128, 274, 416, 432, 2, 676, 98, 648, 122, 410, 2, 796, 2, 934, 386, 960, 292, 526
Offset: 0
Examples
a(6) = 1 + 0 + 3 + 2 + 3 + 0 + 1 = 10.
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A053200.
Programs
-
Haskell
a053204 = sum . a053200_row -- Reinhard Zumkeller, Jan 01 2013
Extensions
Corrected and extended by James Sellers, Dec 13 1999
Initial terms adjusted by Reinhard Zumkeller, Jan 01 2013
Comments