OFFSET
1,2
COMMENTS
A145542/a(n) tends to sqrt(3/5).
FORMULA
Use the partial quotients of the continued fraction expansion of sqrt(3/5) as recursive operation multipliers, given a(1) = 1, a(2) = 4.
Empirical G.f.: x*(1+4*x+x^2-x^3)/(1-8*x^2+x^4). - Colin Barker, Jan 04 2012
EXAMPLE
Since the partial quotients of CF sqrt(3/5)= [1, 3, 2, 3, 2, 3,...] denominators are 1, 4, 9, 31, 71, 244, 559,...; given a(1) = 1, a(2) = 4.
MATHEMATICA
Rest @ Denominator @ Convergents [Sqrt[3/5], 30] (* Amiram Eldar, Feb 26 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Oct 12 2008
EXTENSIONS
More terms from Amiram Eldar, Feb 26 2020
STATUS
approved