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”).

A041705
Denominators of continued fraction convergents to sqrt(372).
2
1, 3, 7, 87, 181, 630, 24121, 72993, 170107, 2114277, 4398661, 15310260, 586188541, 1773875883, 4133940307, 51381159567, 106896259441, 372069937890, 14245553899261, 43108731635673, 100463017170607, 1248664937682957, 2597792892536521, 9042043615292520
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,24302,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^10 -3*x^9 +7*x^8 -87*x^7 +181*x^6 -630*x^5 -181*x^4 -87*x^3 -7*x^2 -3*x -1) / ((x^4 -29*x^2 +1)*(x^8 +29*x^6 +840*x^4 +29*x^2 +1)). - Colin Barker, Nov 22 2013
a(n) = 24302*a(n-6) - a(n-12) for n>11. - Vincenzo Librandi, Dec 23 2013
MATHEMATICA
Denominator[Convergents[Sqrt[372], 30]] (* Vincenzo Librandi, Dec 23 2013 *)
PROG
(Magma) I:=[1, 3, 7, 87, 181, 630, 24121, 72993, 170107, 2114277, 4398661, 15310260]; [n le 12 select I[n] else 24302*Self(n-6)-Self(n-12): n in [1..40]]; // Vincenzo Librandi, Dec 23 2013
CROSSREFS
Sequence in context: A219375 A326427 A064118 * A137130 A058379 A111002
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 22 2013
STATUS
approved