login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A042398
Numerators of continued fraction convergents to sqrt(726).
2
26, 27, 458, 485, 25678, 26163, 444286, 470449, 24907634, 25378083, 430956962, 456335045, 24160379302, 24616714347, 418027808854, 442644523201, 23435543015306, 23878187538507, 405486543631418
OFFSET
0,1
LINKS
FORMULA
G.f.: (26+27* x+458* x^2+485*x^3+458*x^4-27*x^5+26*x^6-x^7)/(1-970*x^4+x^8). - Vincenzo Librandi, Nov 23 2013
a(n) = 970*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 23 2013
MATHEMATICA
Numerator[Convergents[Sqrt[726], 30]] (* or *) CoefficientList[Series[(26 + 27 x + 458 x^2 + 485 x^3 + 458 x^4 - 27 x^5 + 26 x^6 - x^7)/(1 - 970 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 23 2013 *)
LinearRecurrence[{0, 0, 0, 970, 0, 0, 0, -1}, {26, 27, 458, 485, 25678, 26163, 444286, 470449}, 30] (* Harvey P. Dale, Nov 27 2022 *)
PROG
(Magma) I:=[26, 27, 458, 485, 25678, 26163, 444286, 470449]; [n le 8 select I[n] else 970*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 23 2013
CROSSREFS
Cf. A042399.
Sequence in context: A137118 A137119 A042396 * A042400 A042401 A042402
KEYWORD
nonn,cofr,frac,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)