A099486
Expansion of x/((1 + x^2)*(1 - 4*x + x^2)).
Original entry on oeis.org
0, 1, 4, 14, 52, 195, 728, 2716, 10136, 37829, 141180, 526890, 1966380, 7338631, 27388144, 102213944, 381467632, 1423656585, 5313158708, 19828978246, 74002754276, 276182038859, 1030725401160, 3846719565780, 14356152861960
Offset: 0
A099488
Expansion of (1-x)^2/((1+x^2)(1-4x+x^2)).
Original entry on oeis.org
1, 2, 7, 28, 105, 390, 1455, 5432, 20273, 75658, 282359, 1053780, 3932761, 14677262, 54776287, 204427888, 762935265, 2847313170, 10626317415, 39657956492, 148005508553, 552364077718, 2061450802319, 7693439131560, 28712305723921
Offset: 0
-
CoefficientList[Series[(1-x)^2/((1+x^2)(1-4x+x^2)),{x,0,30}],x] (* or *) LinearRecurrence[{4,-2,4,-1},{1,2,7,28},30] (* Harvey P. Dale, Jun 23 2015 *)
A099489
Expansion of (1-x+x^2)/((1+x^2)(1-4x+x^2)).
Original entry on oeis.org
1, 3, 11, 42, 157, 585, 2183, 8148, 30409, 113487, 423539, 1580670, 5899141, 22015893, 82164431, 306641832, 1144402897, 4270969755, 15939476123, 59486934738, 222008262829, 828546116577, 3092176203479, 11540158697340
Offset: 0
-
CoefficientList[Series[(1-x+x^2)/((1+x^2)(1-4x+x^2)),{x,0,30}],x] (* or *_)
LinearRecurrence[{4,-2,4,-1},{1,3,11,42},30] (* Harvey P. Dale, Dec 28 2019 *)
Showing 1-3 of 3 results.
Comments