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!)
A042350 Numerators of continued fraction convergents to sqrt(702). 2
26, 53, 2782, 5617, 294866, 595349, 31253014, 63101377, 3312524618, 6688150613, 351096356494, 708880863601, 37212901263746, 75134683391093, 3944216437600582, 7963567558592257, 418049729484397946, 844063026527388149 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (26 +53*x +26*x^2 -x^3)/(1- 106*x^2 +x^4), - Vincenzo Librandi, Nov 21 2013
a(n) = 106*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 22 2013
MATHEMATICA
Numerator[Convergents[Sqrt[702], 30]] (* Harvey P. Dale, Sep 28 2012 *)
CoefficientList[Series[(26 + 53 x + 26 x^2 - x^3)/(1 - 106 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 21 2013 *)
PROG
(Magma) I:=[26, 53, 2782, 5617]; [n le 4 select I[n] else 106*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 22 2013
CROSSREFS
Cf. A042351.
Sequence in context: A042344 A042346 A042348 * A255027 A132767 A255020
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 21:50 EDT 2024. Contains 373610 sequences. (Running on oeis4.)