A349118 Row sums of a triangle based on A261327.
1, 5, 3, 18, 8, 47, 18, 100, 35, 185, 61, 310, 98, 483, 148, 712, 213, 1005, 295, 1370, 396, 1815, 518, 2348, 663, 2977, 833, 3710, 1030, 4555, 1256, 5520, 1513, 6613, 1803, 7842, 2128, 9215, 2490, 10740, 2891, 12425, 3333, 14278, 3818, 16307, 4348, 18520, 4925
Offset: 2
Links
- Index entries for linear recurrences with constant coefficients, signature (0,4,0,-6,0,4,0,-1).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{0, 4, 0, -6, 0, 4, 0, -1}, {1, 5, 3, 18, 8, 47, 18, 100}, 50] (* Amiram Eldar, Nov 08 2021 *)
Formula
G.f.: (5*x^5+2*x^4-2*x^3-x^2+5*x+1)/((x-1)^4*(x+1)^4).
Comments