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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A042126 Numerators of continued fraction convergents to sqrt(588). 2
24, 97, 4680, 18817, 907896, 3650401, 176127144, 708158977, 34167758040, 137379191137, 6628368932616, 26650854921601, 1285869405169464, 5170128475599457, 249452036233943400, 1002978273411373057 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 + 97*x + 24*x^2 - x^3)/(1 - 194*x^2 + x^4). - Vincenzo Librandi, Nov 17 2013
a(n) = 194*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 17 2013
MATHEMATICA
Numerator[Convergents[Sqrt[588], 30]] (* or *) CoefficientList[Series[(24 + 97 x + 24 x^2 - x^3)/(1 - 194 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 17 2013 *)
LinearRecurrence[{0, 194, 0, -1}, {24, 97, 4680, 18817}, 20] (* Harvey P. Dale, Jul 11 2023 *)
PROG
(Magma) I:=[24, 97, 4680, 18817]; [n le 4 select I[n] else 194*Self(n-2)-Self(n-4): n in [1..25]]; // Vincenzo Librandi, Nov 17 2013
CROSSREFS
Cf. A042127.
Sequence in context: A225790 A042122 A042124 * A157514 A100152 A233405
KEYWORD
nonn,cofr,frac,easy,less
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 December 6 15:17 EST 2023. Contains 367610 sequences. (Running on oeis4.)