A359251 Sum of terms in an odd-even expansion of n.
2, 3, 10, 11, 14, 15, 32, 33, 36, 37, 60, 61, 64, 65, 110, 111, 114, 115, 124, 125, 128, 129, 176, 177, 180, 181, 234, 235, 238, 239, 342, 343, 346, 347, 356, 357, 360, 361, 380, 381, 384, 385, 470, 471, 474, 475, 578, 579, 582, 583, 592, 593, 596, 597, 622, 623, 626, 627, 792, 793, 796, 797
Offset: 2
Examples
For n = 4: 4 initial row 2 0 2 1 0 2 0 1 1 0 1 last row a(4) = (2+2) + (1+2+1) + (1+1). For n = 8: 8 4 0 4 2 0 4 0 2 1 0 3 0 3 0 1 1 1 2 1 1 1 0 1 a(8) = (4+4) + (2+4+2) + (1+3+3+1) + (1+1+2+1+1) + (1+1) = 32.
Comments