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!)
A041945 Denominators of continued fraction convergents to sqrt(495). 2
1, 4, 177, 712, 31505, 126732, 5607713, 22557584, 998141409, 4015123220, 177663563089, 714669375576, 31623116088433, 127207133729308, 5628737000177985, 22642155134441248, 1001883562915592897, 4030176406796812836, 178329645461975357681, 717348758254698243560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-4*x-1) / (x^4-178*x^2+1). - Colin Barker, Nov 27 2013
a(n) = 178*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Dec 27 2013
MATHEMATICA
Denominator[Convergents[Sqrt[495], 30]] (* Harvey P. Dale, Aug 22 2013 *)
CoefficientList[Series[(1 + 4 x - x^2)/(x^4 - 178 x^2 + 1), {x, 0, 40}], x] (* Vincenzo Librandi, Dec 27 2013 *)
LinearRecurrence[{0, 178, 0, -1}, {1, 4, 177, 712}, 20] (* Harvey P. Dale, Aug 13 2021 *)
PROG
(Magma) I:=[1, 4, 177, 712]; [n le 4 select I[n] else 178*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 27 2013
CROSSREFS
Sequence in context: A113254 A210780 A127606 * A300387 A082393 A176351
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 27 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)