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!)
A042358 Numerators of continued fraction convergents to sqrt(706). 2
26, 27, 53, 186, 4889, 14853, 19742, 34595, 1818682, 1853277, 3671959, 12869154, 338269963, 1027679043, 1365949006, 2393628049, 125834607554, 128228235603, 254062843157, 890416765074, 23404898735081 (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, 69190, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: (26 +27*x +53*x^2 +186*x^3 +4889*x^4 +14853*x^5 +19742*x^6 +34595*x^7 +19742*x^8 -14853*x^9 +4889*x^10 -186*x^11 +53*x^12 -27*x^13 +26*x^14 -x^15)/(1 -69190*x^8 +x^16). - Vincenzo Librandi, Nov 22 2013
a(n) = 69190*a(n-8) - a(n-16). - Vincenzo Librandi, Nov 22 2013
MATHEMATICA
Numerator[Convergents[Sqrt[706], 30]] (* or *) CoefficientList[Series[(26 + 27 x + 53 x^2 + 186 x^3 + 4889 x^4 + 14853 x^5 + 19742 x^6 + 34595 x^7 + 19742 x^8 - 14853 x^9 + 4889 x^10 - 186 x^11 + 53 x^12 - 27 x^13 + 26 x^14 - x^15)/(1 - 69190 x^8 + x^16), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 22 2013 *)
PROG
(Magma) I:=[26, 27, 53, 186, 4889, 14853, 19742, 34595, 1818682, 1853277, 3671959, 12869154, 338269963, 1027679043, 1365949006, 2393628049]; [n le 16 select I[n] else 69190*Self(n-8)-Self(n-16): n in [1..30]]; // Vincenzo Librandi, Nov 22 2013
CROSSREFS
Cf. A042359.
Sequence in context: A042366 A042368 A042360 * A042356 A042354 A042352
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)