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!)
A042867 Denominators of continued fraction convergents to sqrt(965). 2
1, 15, 16, 31, 481, 29853, 448276, 478129, 926405, 14374204, 892127053, 13396279999, 14288407052, 27684687051, 429558712817, 26660324881705, 400334431938392, 426994756820097, 827329188758489, 12836932588197432, 796717149656999273, 11963594177443186527 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 29884, 0, 0, 0, 0, 1).
FORMULA
G.f.: -(x^8 - 15*x^7 + 16*x^6 - 31*x^5 + 481*x^4 + 31*x^3 + 16*x^2 + 15*x + 1) / (x^10 + 29884*x^5 - 1). - Colin Barker, Dec 25 2013
a(n) = 29884*a(n-5) + a(n-10) for n > 9. - Vincenzo Librandi, Dec 25 2013
MATHEMATICA
Denominator[Convergents[Sqrt[965], 30]] (* Vincenzo Librandi, Dec 25 2013 *)
PROG
(Magma) I:=[1, 15, 16, 31, 481, 29853, 448276, 478129, 926405, 14374204]; [n le 10 select I[n] else 29884*Self(n-5)+Self(n-10): n in [1..40]]; // Vincenzo Librandi, Dec 25 2013
CROSSREFS
Sequence in context: A041454 A041452 A041450 * A296863 A269459 A041462
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 25 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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)