A041550 Numerators of continued fraction convergents to sqrt(293).
17, 137, 154, 291, 2482, 84679, 679914, 764593, 1444507, 12320649, 420346573, 3375093233, 3795439806, 7170533039, 61159704118, 2086600473051, 16753963488526, 18840563961577, 35594527450103, 303596783562401, 10357885168571737, 83166678132136297
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 4964, 0, 0, 0, 0, 1).
Programs
-
Mathematica
Numerator[Convergents[Sqrt[293], 30]] (* Vincenzo Librandi, Nov 04 2013 *)
Formula
From Johannes W. Meijer, Jun 12 2010: (Start)
a(5n) = A090306(3n+1), a(5n+1) = (A090306(3n+2) - A090306(3n+1))/2, a(5n+2) = (A090306(3n+2) + A090306(3n+1))/2, a(5n+3) = A090306(3n+2) and a(5n+4) = A090306(3n+3)/2. (End)
G.f.: -(x^9-17*x^8+137*x^7-154*x^6+291*x^5+2482*x^4+291*x^3+154*x^2+137*x+17) / (x^10+4964*x^5-1). - Colin Barker, Nov 08 2013
Extensions
More terms from Colin Barker, Nov 08 2013
Comments