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!)
A042368 Numerators of continued fraction convergents to sqrt(711). 2
26, 27, 53, 80, 4213, 4293, 8506, 12799, 674054, 686853, 1360907, 2047760, 107844427, 109892187, 217736614, 327628801, 17254434266, 17582063067, 34836497333, 52418560400, 2760601638133, 2813020198533 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (26 +27*x +53*x^2 +80*x^3 +53*x^4 -27*x^5 +26*x^6 -x^7)/(1 -160*x^4 +x^8). - Vincenzo Librandi, Nov 22 2013
a(n) = 160*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 22 2013
MATHEMATICA
Numerator[Convergents[Sqrt[711], 30]] (* or *) CoefficientList[Series[(26 + 27 x + 53 x^2 + 80 x^3 + 53 x^4 - 27 x^5 + 26 x^6 - x^7)/(1 - 160 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 22 2013 *)
PROG
(Magma) I:=[26, 27, 53, 80, 4213, 4293, 8506, 12799]; [n le 8 select I[n] else 160*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 22 2013
CROSSREFS
Cf. A042369.
Sequence in context: A042362 A042364 A042366 * A042360 A042358 A042356
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)