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

A041619
Denominators of continued fraction convergents to sqrt(328).
2
1, 9, 325, 2934, 105949, 956475, 34539049, 311807916, 11259624025, 101648424141, 3670602893101, 33137074462050, 1196605283526901, 10802584626204159, 390089651826876625, 3521609451068093784
OFFSET
0,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200 (terms 0..56 from Vincenzo Librandi)
FORMULA
From Colin Barker, Jul 16 2012: (Start)
a(n) = 326*a(n-2)-a(n-4).
G.f.: -(x^2-9*x-1)/((x^2-18*x-1)*(x^2+18*x-1)).
(End)
MATHEMATICA
Denominator[Convergents[Sqrt[328], 30]] (* Harvey P. Dale, Mar 01 2012 *)
CoefficientList[Series[- (x^2 - 9 x - 1)/((x^2 - 18 x - 1)(x^2 + 18 x - 1)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 25 2013 *)
CROSSREFS
Cf. A041618.
Sequence in context: A211091 A124070 A203763 * A111968 A289196 A266907
KEYWORD
nonn,cofr,frac,easy
STATUS
approved