A238377 Row sums of triangle in A204028.
1, 2, 6, 10, 17, 24, 34, 44, 57, 70, 86, 102, 121, 140, 162, 184, 209, 234, 262, 290, 321, 352, 386, 420, 457, 494, 534, 574, 617, 660, 706, 752, 801, 850, 902, 954, 1009, 1064, 1122, 1180
Offset: 0
Examples
Triangle in A204028 begins: 1;............................sum = 1 1, 1;.........................sum = 2 1, 4, 1;......................sum = 6 1, 4, 4, 1;...................sum = 10 1, 4, 7, 4, 1;................sum = 17 1, 4, 7, 7, 4, 1;.............sum = 24 1, 4, 7, 10, 7, 4, 1;.........sum = 34 1, 4, 7, 10, 10, 7, 4, 1;.....sum = 44
Links
- Index entries for linear recurrences with constant coefficients, signature (2,0,-2,1).
Formula
Extensions
Corrected by R. J. Mathar, Aug 08 2015