login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A042089 Denominators of continued fraction convergents to sqrt(568). 2
1, 1, 5, 6, 281, 287, 1429, 1716, 80365, 82081, 408689, 490770, 22984109, 23474879, 116883625, 140358504, 6573374809, 6713733313, 33428308061, 40142041374, 1879962211265, 1920104252639, 9560379221821, 11480483474460, 537662619046981, 549143102521441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1 + x - x^2)*(1 + 6*x^2 + x^4)/(1 - 286*x^4 + x^8). - Colin Barker, Dec 01 2013
a(n) = 286*a(n-4) - a(n-8) for n>7. - Vincenzo Librandi, Jan 14 2014
MATHEMATICA
Denominator[Convergents[Sqrt[568], 30]] (* Vincenzo Librandi, Jan 14 2014 *)
LinearRecurrence[{0, 0, 0, 286, 0, 0, 0, -1}, {1, 1, 5, 6, 281, 287, 1429, 1716}, 40] (* Harvey P. Dale, Sep 15 2019 *)
PROG
(Magma) I:=[1, 1, 5, 6, 281, 287, 1429, 1716]; [n le 8 select I[n] else 286*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Jan 14 2014
CROSSREFS
Sequence in context: A041601 A301648 A041827 * A156191 A042387 A007666
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 01 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 30 01:54 EDT 2023. Contains 365781 sequences. (Running on oeis4.)