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!)
A042843 Denominators of continued fraction convergents to sqrt(952). 2
1, 1, 6, 7, 48, 55, 323, 378, 23003, 23381, 139908, 163289, 1119642, 1282931, 7534297, 8817228, 536567977, 545385205, 3263494002, 3808879207, 26116769244, 29925648451, 175745011499, 205670659950, 12515984608499, 12721655268449, 76124260950744, 88845916219193 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 23326, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^2-x-1)*(x^4+7*x^2+1)*(x^8+54*x^4+1) / (x^16-23326*x^8+1). - Colin Barker, Dec 25 2013
a(n) = 23326*a(n-8) - a(n-16) for n>15. - Vincenzo Librandi, Dec 25 2013
MATHEMATICA
Denominator[Convergents[Sqrt[952], 30]] (* Vincenzo Librandi, Dec 25 2013 *)
PROG
(Magma) I:=[1, 1, 6, 7, 48, 55, 323, 378, 23003, 23381, 139908, 163289, 1119642, 1282931, 7534297, 8817228]; [n le 16 select I[n] else 23326*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 25 2013
CROSSREFS
Sequence in context: A080879 A119108 A248264 * A182622 A028423 A269912
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)