A098111 Inverse binomial transform of A098149.
1, 0, -5, -25, -100, -375, -1375, -5000, -18125, -65625, -237500, -859375, -3109375, -11250000, -40703125, -147265625, -532812500, -1927734375, -6974609375, -25234375000, -91298828125, -330322265625, -1195117187500, -4323974609375, -15644287109375, -56601562500000
Offset: 0
Examples
Powers of rho(10) in the Q(rho(10)) power basis for n = 5: rho(10)^5 = 0*1 + a(2)*rho(10) + 0*rho(10)^2 + b(1)*rho(10)^3 = -5*rho(10) + 5*rho(10)^3. - _Wolfdieter Lang_, Oct 02 2013
Links
Programs
-
Mathematica
LinearRecurrence[{5,-5},{1,0},40] (* Harvey P. Dale, Dec 08 2015 *)
Formula
G.f.: (1-5x)/(1-5x+5x^2).
From Wolfdieter Lang, Oct 02 2013: (Start)
a(n) = b(n) - 5*b(n-1), n >= 0, with b(n) = A030191(n) = (sqrt(5))^n*S(n, sqrt(5)), with Chebyshev S-polynomials (see A049310).
a(n) = 5*(a(n-1) - a(n-2)), n >= 1, a(-1) = 1 = a(0). (End)
Extensions
More terms from David Wasserman, Jan 16 2008
Comments