A167750 Row sums of triangle A167749.
1, 1, 2, 4, 9, 20, 45, 102, 231, 524, 1189, 2699, 6127, 13910, 31581, 71702, 162796, 369622, 839216, 1905419, 4326211, 9822571, 22301948, 50636130, 114968339, 261033373, 592671205, 1345648489, 3055268857, 6936928864, 15750162908
Offset: 0
Examples
G.f. = 1 + x + 2*x^2 + 4*x^3 + 9*x^4 + 20*x^5 + 45*x^6 + 102*x^7 + ...
Formula
G.f.: 1/(1-x/(1-x/(1-x^2/(1-x^3/(1-x^4/(1-...)))))) (continued fraction);
G.f.: 1/(1-x*f(x)), f(x) the g.f. of A005169.
Comments