[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A041387
Denominators of continued fraction convergents to sqrt(208).
3
1, 2, 5, 7, 19, 45, 1279, 2603, 6485, 9088, 24661, 58410, 1660141, 3378692, 8417525, 11796217, 32009959, 75816135, 2154861739, 4385539613, 10925940965, 15311480578, 41548902121, 98409284820, 2797008877081, 5692427038982, 14181862955045, 19874289994027
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,1298,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^4 -2*x^3 +5*x^2 +2*x +1)*(x^6 -9*x^3 -1) / ((x^2 -3*x -1)*(x^2 +3*x -1)*(x^4 -3*x^3 +10*x^2 +3*x +1)*(x^4 +3*x^3 +10*x^2 -3*x +1)). - Colin Barker, Nov 16 2013
a(n) = 1298*a(n-6) - a(n-12) for n>11. - Vincenzo Librandi, Dec 17 2013
MATHEMATICA
Denominator[Convergents[Sqrt[208], 30]] (* Vincenzo Librandi, Dec 17 2013 *)
PROG
(Magma) I:=[1, 2, 5, 7, 19, 45, 1279, 2603, 6485, 9088, 24661, 58410]; [n le 12 select I[n] else 1298*Self(n-6)-Self(n-12): n in [1..40]]; // Vincenzo Librandi, Dec 17 2013
CROSSREFS
Sequence in context: A215212 A106872 A071198 * A096146 A041583 A143915
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 16 2013
STATUS
approved