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!)
A042724 Numerators of continued fraction convergents to sqrt(892). 2
29, 30, 209, 448, 6481, 13410, 86941, 100351, 5907299, 6007650, 41953199, 89914048, 1300749871, 2691413790, 17449232611, 20140646401, 1185606723869, 1205747370270, 8420090945489, 18045929261248 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 200702, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: (29 +30*x +209*x^2 +448*x^3 +6481*x^4 +13410*x^5 +86941*x^6 +100351*x^7 +86941*x^8 -13410*x^9 +6481*x^10 -448*x^11 +209*x^12 -30*x^13 +29*x^14 -x^15)/(1 -200702*x^8 +x^16). - Vincenzo Librandi, Dec 02 2013
a(n) = 200702*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 02 2013
MATHEMATICA
Numerator[Convergents[Sqrt[892], 30]] (* or *) CoefficientList[Series[(29 + 30 x + 209 x^2 + 448 x^3 + 6481 x^4 + 13410 x^5 + 86941 x^6 + 100351 x^7 + 86941 x^8 - 13410 x^9 + 6481 x^10 - 448 x^11 + 209 x^12 - 30 x^13 + 29 x^14 - x^15)/(1 - 200702 x^8 + x^16), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 02 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 200702, 0, 0, 0, 0, 0, 0, 0, -1}, {29, 30, 209, 448, 6481, 13410, 86941, 100351, 5907299, 6007650, 41953199, 89914048, 1300749871, 2691413790, 17449232611, 20140646401}, 20] (* Harvey P. Dale, Jul 25 2016 *)
PROG
(Magma) I:=[29, 30, 209, 448, 6481, 13410, 86941, 100351, 5907299, 6007650, 41953199, 89914048, 1300749871, 2691413790, 17449232611, 20140646401]; [n le 16 select I[n] else 200702*Self(n-8)-Self(n-16): n in [1..30]]; // Vincenzo Librandi, Dec 02 2013
CROSSREFS
Cf. A042725.
Sequence in context: A042720 A042718 A042722 * A042726 A042728 A042730
KEYWORD
nonn,cofr,frac,easy
AUTHOR
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 June 22 22:13 EDT 2024. Contains 373619 sequences. (Running on oeis4.)