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!)
A042108 Numerators of continued fraction convergents to sqrt(579). 2
24, 385, 18504, 296449, 14248056, 228265345, 10970984616, 175764019201, 8447643906264, 135338066519425, 6504674836838664, 104210135455938049, 5008591176721865016, 80241668963005778305, 3856608701400999223656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 + 385*x + 24*x^2 - x^3)/(1 - 770*x^2 + x^4). - Vincenzo Librandi, Nov 16 2013
a(n) = 770*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 16 2013
MATHEMATICA
Numerator[Convergents[Sqrt[579], 30]] (* or *) CoefficientList[Series[(24 + 385 x + 24 x^2 - x^3)/(1 - 770 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 16 2013 *)
LinearRecurrence[{0, 770, 0, -1}, {24, 385, 18504, 296449}, 20] (* Harvey P. Dale, Nov 06 2021 *)
PROG
(Magma) I:=[24, 385, 18504, 296449]; [n le 4 select I[n] else 770*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 16 2013
CROSSREFS
Cf. A042109.
Sequence in context: A020782 A025952 A028031 * A022455 A021954 A025950
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)