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!)
A042533 Denominators of continued fraction convergents to sqrt(795). 2
1, 5, 46, 235, 13206, 66265, 609591, 3114220, 175005911, 878143775, 8078299886, 41269643205, 2319178319366, 11637161240035, 107053629479681, 546905308638440, 30733750913232321, 154215659874800045, 1418674689786432726, 7247589108806963675 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 13252, 0, 0, 0, -1).
FORMULA
G.f.: -(x^2 -5*x -1)*(x^4 +47*x^2 +1) / (x^8 -13252*x^4 +1). - Colin Barker, Dec 17 2013
a(n) = 13252*a(n-4) - a(n-8) for n>7. - Vincenzo Librandi, Jan 23 2014
MATHEMATICA
Denominator[Convergents[Sqrt[795], 30]] (* Harvey P. Dale, Nov 12 2011 *)
CoefficientList[Series[-(x^2 - 5 x - 1) (x^4 + 47 x^2 + 1)/(x^8 - 13252 x^4 + 1), {x, 0, 25}], x] (* Vincenzo Librandi, Jan 23 2014 *)
PROG
(Magma) I:=[1, 5, 46, 235, 13206, 66265, 609591, 3114220]; [n le 8 select I[n] else 13252*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Jan 23 2014
CROSSREFS
Sequence in context: A318550 A318212 A096947 * A355056 A309185 A169963
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Dec 17 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 16 17:00 EDT 2024. Contains 371749 sequences. (Running on oeis4.)