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!)
A042115 Denominators of continued fraction convergents to sqrt(582). 2
1, 8, 385, 3088, 148609, 1191960, 57362689, 460093472, 22141849345, 177594888232, 8546696484481, 68551166764080, 3299002701160321, 26460572776046648, 1273406495951399425, 10213712540387242048, 491531608434539017729, 3942466580016699383880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-8*x-1) / (x^4-386*x^2+1). - Colin Barker, Dec 02 2013
a(n) = 386*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Jan 15 2014
MATHEMATICA
Denominator[Convergents[Sqrt[582], 30]] (* Vincenzo Librandi, Jan 15 2014 *)
LinearRecurrence[{0, 386, 0, -1}, {1, 8, 385, 3088}, 20] (* Harvey P. Dale, May 14 2021 *)
PROG
(Magma) I:=[1, 8, 385, 3088]; [n le 4 select I[n] else 386*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 15 2014
CROSSREFS
Sequence in context: A153836 A151941 A085806 * A159515 A369770 A220799
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)