The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A042109 Denominators of continued fraction convergents to sqrt(579). 2
1, 16, 769, 12320, 592129, 9486384, 455938561, 7304503360, 351072099841, 5624458100816, 270325060939009, 4330825433124960, 208149945850937089, 3334729959048118384, 160275187980160619521, 2567737737641618030720, 123411686594777826094081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-16*x-1) / (x^4-770*x^2+1). - Colin Barker, Dec 02 2013
a/n) = 770*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Jan 14 2014
MATHEMATICA
Denominator[Convergents[Sqrt[579], 30]] (* Vincenzo Librandi, Jan 14 2014 *)
PROG
(Magma) I:=[1, 16, 769, 12320]; [n le 4 select I[n] else 770*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 14 2014
CROSSREFS
Sequence in context: A221527 A129008 A134183 * A221061 A326216 A194610
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Dec 02 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 May 15 21:53 EDT 2024. Contains 372549 sequences. (Running on oeis4.)