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!)
A042219 Denominators of continued fraction convergents to sqrt(635). 2
1, 5, 251, 1260, 63251, 317515, 15939001, 80012520, 4016565001, 20162837525, 1012158441251, 5080955043780, 255059910630251, 1280380508195035, 64274085320382001, 322650807110105040, 16196814440825634001, 81306723011238275045, 4081532965002739386251 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2 - 5*x - 1) / (x^4 - 252*x^2 + 1). - Colin Barker, Dec 04 2013
a(n) = 252*a(n-2) - a(n-4) for n > 3. - Vincenzo Librandi, Jan 17 2014
MATHEMATICA
Denominator[Convergents[Sqrt[635], 30]] (* Vincenzo Librandi, Jan 17 2014 *)
PROG
(Magma) I:=[1, 5, 251, 1260]; [n le 4 select I[n] else 252*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 17 2014
CROSSREFS
Sequence in context: A282734 A115739 A142202 * A198600 A213446 A276485
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 04 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 02:26 EDT 2024. Contains 371782 sequences. (Running on oeis4.)