|
|
A041217
|
|
Denominators of continued fraction convergents to sqrt(119).
|
|
2
|
|
|
1, 1, 10, 11, 230, 241, 2399, 2640, 55199, 57839, 575750, 633589, 13247530, 13881119, 138177601, 152058720, 3179352001, 3331410721, 33162048490, 36493459211, 763031232710, 799524691921, 7958753459999, 8758278151920, 183124316498399, 191882594650319, 1910067668351270
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
|
|
FORMULA
|
G.f.: (1 +x +10*x^2 +11*x^3 -10*x^4 +x^5 -x^6)/(1 -240* x^4 +x^8). - Vincenzo Librandi, Dec 13 2013
|
|
MATHEMATICA
|
Denominator[Convergents[Sqrt[119], 30]] (* or *) CoefficientList[Series[(1 + x + 10 x^2 + 11 x^3 - 10 x^4 + x^5 - x^6)/(1 - 240 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 13 2013 *)
LinearRecurrence[{0, 0, 0, 240, 0, 0, 0, -1}, {1, 1, 10, 11, 230, 241, 2399, 2640}, 30] (* Harvey P. Dale, Jan 02 2020 *)
|
|
PROG
|
(Magma) I:=[1, 1, 10, 11, 230, 241, 2399, 2640]; [n le 8 select I[n] else 240*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 13 2013
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,frac,easy
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|