A152187 a(n) = 3*a(n-1) + 5*a(n-2), with a(0)=1, a(1)=5.
1, 5, 20, 85, 355, 1490, 6245, 26185, 109780, 460265, 1929695, 8090410, 33919705, 142211165, 596232020, 2499751885, 10480415755, 43940006690, 184222098845, 772366329985, 3238209484180, 13576460102465, 56920427728295
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (3, 5).
Programs
-
Mathematica
LinearRecurrence[{3,5},{1,5},40] (* Harvey P. Dale, May 03 2013 *)
Formula
G.f.: (1+2*x)/(1 - 3*x - 5*x^2).
Lim_{k->infinity} a(n+k)/a(k) = (A072263(n) + A015523(n)*sqrt(29))/2. - Johannes W. Meijer, Aug 01 2010
G.f.: G(0)*(1+2*x)/(2-3*x), where G(k) = 1 + 1/(1 - x*(29*k-9)/(x*(29*k+20) - 6/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jun 17 2013
Comments