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

A041093
Denominators of continued fraction convergents to sqrt(54).
2
1, 2, 3, 20, 23, 66, 947, 1960, 2907, 19402, 22309, 64020, 918589, 1901198, 2819787, 18819920, 21639707, 62099334, 891030383, 1844160100, 2735190483, 18255302998, 20990493481, 60236289960, 864298552921, 1788833395802, 2653131948723, 17707625088140
OFFSET
0,2
LINKS
FORMULA
a(n) = 970*a(n-6)-a(n-12). G.f.: -(x^10-2*x^9+3*x^8-20*x^7+23*x^6-66*x^5-23*x^4-20*x^3-3*x^2-2*x-1)/((x^4-10*x^2+1)*(x^8+10*x^6+99*x^4+10*x^2+1)). [Colin Barker, Jul 18 2012]
MATHEMATICA
Table[Denominator[FromContinuedFraction[ContinuedFraction[Sqrt[54], n]]], {n, 1, 50}] (* Vladimir Joseph Stephan Orlovsky, Jun 23 2011 *)
Denominator[Convergents[Sqrt[54], 30]] (* Vincenzo Librandi, Oct 24 2013 *)
CROSSREFS
Sequence in context: A279180 A279471 A042265 * A154746 A042781 A308885
KEYWORD
nonn,cofr,frac,easy
AUTHOR
STATUS
approved