G.f.: A(x) = 1 + 2*x + 2*x^2 + 3*x^3 + x^4 + 3*x^5 + 4*x^6 + 4*x^7 + x^8 + 2*x^9 + 2*x^10 + 3*x^11 + 2*x^12 + 6*x^13 + 7*x^14 + 5*x^15 + x^16 +...
where
A(x) = 1 + x + x^(2-1)*(1+x) + x^3 + x^(4-2)*(1+x)^2 + x^5 + x^(6-1)*(1+x) + x^7 + x^(8-3)*(1+x)^3 + x^9 + x^(10-1)*(1+x) + x^11 + x^(12-2)*(1+x)^2 + x^13 + x^(14-1)*(1+x) + x^(16-4)*(1+x)^4 +...
Take
A227277, ignore the initial 2 terms, then format as a triangle having 2^n terms in row n>=0; the resulting triangle begins:
1;
2, 1;
3, 2, 2, 1;
4, 4, 3, 1, 3, 2, 2, 1;
5, 7, 6, 2, 3, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1;
6, 11, 12, 6, 4, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1, 5, 7, 6, 2, 3, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1;
7, 16, 22, 16, 9, 3, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1, 5, 7, 6, 2, 3, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1, 6, 11, 12, 6, 4, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1, 5, 7, 6, 2, 3, 2, 2, 1, 4, 4, 3, 1, 3, 2, 2, 1; ...
Note that the rows, when read in reverse, tend to this sequence as a limit.