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

A041021
Denominators of continued fraction convergents to sqrt(14).
3
1, 1, 3, 4, 27, 31, 89, 120, 809, 929, 2667, 3596, 24243, 27839, 79921, 107760, 726481, 834241, 2394963, 3229204, 21770187, 24999391, 71768969, 96768360, 652379129, 749147489, 2150674107, 2899821596
OFFSET
0,3
FORMULA
G.f.: (1+1*x+3*x^2+4*x^3-3*x^4+x^5-x^6)/(1-30*x^4+x^8). [Colin Barker, Jan 03 2012]
MATHEMATICA
Table[Denominator[FromContinuedFraction[ContinuedFraction[Sqrt[14], n]]], {n, 1, 50}] (* Vladimir Joseph Stephan Orlovsky, Mar 17 2011*)
Convergents[Sqrt[14], 30]//Denominator (* or *) LinearRecurrence[{0, 0, 0, 30, 0, 0, 0, -1}, {1, 1, 3, 4, 27, 31, 89, 120}, 30] (* Harvey P. Dale, Aug 17 2024 *)
CROSSREFS
Sequence in context: A300373 A222112 A032832 * A041022 A157163 A042225
KEYWORD
nonn,cofr,frac,easy
AUTHOR
STATUS
approved