[go: up one dir, main page]

login
A061183
One-fourth of the fourth (m=3) column of triangle A060921 (bisection of Fibonacci triangle, odd part).
2
1, 10, 64, 331, 1505, 6272, 24540, 91527, 328768, 1145650, 3893630, 12958400, 42364427, 136389128, 433263360, 1360269093, 4226523495, 13011186624, 39722775806, 120366164765, 362255552384, 1083513943700
OFFSET
0,2
COMMENTS
Numerator polynomial of g.f. is (1/4) * Sum_{m=0..3} A061177(3,m)*x^m.
FORMULA
a(n) = A060921(n+3, 3)/4.
G.f.: ((1-x^3)-2*(x-x^2))/(1-3*x+x^2)^4.
MATHEMATICA
CoefficientList[Series[((1-x^3)-2(x-x^2))/(1-3x+x^2)^4, {x, 0, 30}], x] (* or *) LinearRecurrence[{12, -58, 144, -195, 144, -58, 12, -1}, {1, 10, 64, 331, 1505, 6272, 24540, 91527}, 30] (* Harvey P. Dale, Jun 17 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Apr 20 2001
STATUS
approved