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!)
A042909 Denominators of continued fraction convergents to sqrt(986). 2
1, 2, 5, 312, 629, 1570, 97969, 197508, 492985, 30762578, 62018141, 154798860, 9659547461, 19473893782, 48607335025, 3033128665332, 6114864665689, 15262857996710, 952412060461709, 1920086978920128, 4792586018301965, 299060420113641958, 602913426245585881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^4-2*x^3+5*x^2+2*x+1) / (x^6+314*x^3-1). - Colin Barker, Dec 25 2013
a(n) = 314*a(n-3) + a(n-6) for n>5. - Vincenzo Librandi, Feb 01 2014
MATHEMATICA
Denominator[Convergents[Sqrt[986], 30]] (* Vincenzo Librandi, Feb 01 2014 *)
PROG
(Magma) I:=[1, 2, 5, 312, 629, 1570]; [n le 6 select I[n] else 314*Self(n-3)+Self(n-6): n in [1..30]]; // Vincenzo Librandi, Feb 01 2014
CROSSREFS
Sequence in context: A248961 A353050 A308270 * A270476 A345977 A183129
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 5 19:35 EDT 2024. Contains 372277 sequences. (Running on oeis4.)