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!)
A042907 Denominators of continued fraction convergents to sqrt(985). 2
1, 2, 3, 5, 13, 811, 1635, 2446, 4081, 10608, 661777, 1334162, 1995939, 3330101, 8656141, 540010843, 1088677827, 1628688670, 2717366497, 7063421664, 440649509665, 888362440994, 1329011950659, 2217374391653, 5763760733965, 359570539897483, 724904840528931 (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, 816, 0, 0, 0, 0, 1).
FORMULA
G.f.: -(x^8-2*x^7+3*x^6-5*x^5+13*x^4+5*x^3+3*x^2+2*x+1) / (x^10+816*x^5-1). - Colin Barker, Dec 25 2013
a(n) = 816*a(n-5) + a(n-10) for n>9. - Vincenzo Librandi, Feb 01 2014
MATHEMATICA
Denominator[Convergents[Sqrt[985], 30]] (* Vincenzo Librandi, Feb 01 2014 *)
LinearRecurrence[{0, 0, 0, 0, 816, 0, 0, 0, 0, 1}, {1, 2, 3, 5, 13, 811, 1635, 2446, 4081, 10608}, 30] (* Harvey P. Dale, Jan 01 2017 *)
PROG
(Magma) I:=[1, 2, 3, 5, 13, 811, 1635, 2446, 4081, 10608]; [n le 10 select I[n] else 816*Self(n-5)+Self(n-10): n in [1..30]]; // Vincenzo Librandi, Feb 01 2014
CROSSREFS
Sequence in context: A114747 A041639 A006985 * A115347 A173654 A370850
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 May 25 12:29 EDT 2024. Contains 372788 sequences. (Running on oeis4.)