login
A131337
Row sums of triangle A131336.
2
1, 2, 4, 9, 16, 32, 57, 106, 188, 337, 592, 1040, 1809, 3138, 5412, 9305, 15936, 27216, 46345, 78730, 133436, 225697, 381024, 642144, 1080481, 1815362, 3045892, 5104041, 8542768, 14282432, 23853657, 39800170, 66346364, 110503153, 183898672, 305807600
OFFSET
1,2
FORMULA
G.f.: x*(1 + x - x^2)/((1 + x)*(1 - x - x^2)^2). - Andrew Howroyd, Sep 21 2025
EXAMPLE
a(4) = 9 = (3 + 3 + 2 + 2), sum of row 4 of A131336.
PROG
(PARI) Vec((1 + x - x^2)/((1 + x)*(1 - x - x^2)^2) + O(x^40)) \\ Andrew Howroyd, Sep 21 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Jun 29 2007
EXTENSIONS
a(11) onwards from Andrew Howroyd, Sep 21 2025
STATUS
approved