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!)
A042923 Denominators of continued fraction convergents to sqrt(993). 2
1, 1, 2, 41, 43, 84, 5251, 5335, 10586, 217055, 227641, 444696, 27798793, 28243489, 56042282, 1149089129, 1205131411, 2354220540, 147166804891, 149521025431, 296687830322, 6083277631871, 6379965462193, 12463243094064, 779101037294161, 791564280388225 (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, 5294, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^4 - x^3 + 2*x^2 + x + 1)*(x^6 - 42*x^3 - 1) / (x^12 - 5294*x^6 + 1). - Colin Barker, Dec 25 2013
a(n) = 5294*a(n-6) - a(n-12) for n > 11. - Vincenzo Librandi, Feb 01 2014
MATHEMATICA
Denominator[Convergents[Sqrt[993], 30]] (* Vincenzo Librandi, Feb 01 2014 *)
LinearRecurrence[{0, 0, 0, 0, 0, 5294, 0, 0, 0, 0, 0, -1}, {1, 1, 2, 41, 43, 84, 5251, 5335, 10586, 217055, 227641, 444696}, 30] (* Harvey P. Dale, Oct 24 2020 *)
PROG
(Magma) I:=[1, 1, 2, 41, 43, 84, 5251, 5335, 10586, 217055, 227641, 444696]; [n le 12 select I[n] else 5294*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Feb 01 2014
CROSSREFS
Sequence in context: A107194 A235147 A154767 * A222717 A059698 A107190
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 25 12:27 EDT 2024. Contains 371969 sequences. (Running on oeis4.)