OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (19,-19,1).
FORMULA
a(n+1) = 9*a(n+1) + 4 + (80*a(n)^2+80*a(n)+25)^(1/2).
G.f.: (9*x-x^2)/((1-x)*(1-18*x+x^2)).
a(n) = ((sqrt(5)+2)/8)*(9+4*sqrt(5))^(n-1) + ((-sqrt(5)+2)/8)*(9-4*sqrt(5))^(n-1) - 1/2. - Richard Choulet, Nov 26 2008
a(n) = (Lucas(6*n-3)-4)/8, where Lucas(n) = A000032(n). - Gary Detlefs, Dec 07 2010
Product_{n>=2} (1 + 1/a(n)) = sqrt(5)/2 (= 10 * A020837). - Amiram Eldar, Dec 02 2024
MATHEMATICA
LinearRecurrence[{19, -19, 1}, {0, 9, 170}, 20] (* Amiram Eldar, Dec 02 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Richard Choulet, Aug 30 2007, Oct 09 2007
STATUS
approved