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!)
A042680 Numerators of continued fraction convergents to sqrt(870). 2
29, 59, 3451, 6961, 407189, 821339, 48044851, 96911041, 5668885229, 11434681499, 668880412171, 1349195505841, 78922219750949, 159193635007739, 9312153050199811, 18783499735407361, 1098755137703826749 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (29 +59*x +29*x^2 -x^3)/(1 -118*x^2 +x^4). - Vincenzo Librandi, Dec 01 2013
a(n) = 118*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 01 2013
MATHEMATICA
Numerator[Convergents[Sqrt[870], 30]] (* Harvey P. Dale, Oct 11 2012 *)
CoefficientList[Series[(29 + 59 x + 29 x^2 - x^3)/(1 - 118 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 01 2013 *)
PROG
(Magma) I:=[29, 59, 3451, 6961]; [n le 4 select I[n] else 118*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 01 2013
CROSSREFS
Cf. A042681.
Sequence in context: A042676 A124643 A042678 * A286005 A132770 A141111
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:17 EDT 2024. Contains 373609 sequences. (Running on oeis4.)