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!)
A041605 Denominators of continued fraction convergents to sqrt(320). 2
1, 1, 8, 9, 314, 323, 2575, 2898, 101107, 104005, 829142, 933147, 32556140, 33489287, 266981149, 300470436, 10482975973, 10783446409, 85967100836, 96750547245, 3375485707166, 3472236254411, 27681139488043, 31153375742454, 1086895914731479, 1118049290473933 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -(x^2-x-1)*(x^4+9*x^2+1) / ((x^2-4*x-1)*(x^2+4*x-1)*(x^4+18*x^2+1)). - Colin Barker, Nov 19 2013
a(n) = 322*a(n-4) - a(n-8) for n>7. - Vincenzo Librandi, Dec 21 2013
MATHEMATICA
Denominator[Convergents[Sqrt[320], 30]] (* Vincenzo Librandi Dec 21 2013 *)
PROG
(Magma) I:=[1, 1, 8, 9, 314, 323, 2575, 2898]; [n le 8 select I[n] else 322*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 21 2013
CROSSREFS
Sequence in context: A307947 A175849 A294468 * A239524 A115073 A298020
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 19 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)