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!)
A042098 Numerators of continued fraction convergents to sqrt(573). 2
23, 24, 359, 383, 17977, 18360, 275017, 293377, 13770359, 14063736, 210662663, 224726399, 10548077017, 10772803416, 161367324841, 172140128257, 8079813224663, 8251953352920, 123607160165543 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(x^7 - 23*x^6 + 24*x^5 - 359*x^4 - 383*x^3 - 359*x^2 - 24*x - 23)/(x^8 - 766*x^4 + 1). - Vincenzo Librandi, Nov 16 2013
a(n) = 766*a(n-4) - a(n-8). Vincenzo Librandi, Nov 16 2013
MATHEMATICA
Numerator[Convergents[Sqrt[573], 30]] (* or *) CoefficientList[Series[-(x^7 - 23 x^6 + 24 x^5 - 359 x^4 - 383 x^3 - 359 x^2 - 24 x - 23)/(x^8 - 766 x^4 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 16 2013 *)
PROG
(Magma) I:=[23, 24, 359, 383, 17977, 18360, 275017, 293377]; [n le 8 select I[n] else 766*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 16 2013
CROSSREFS
Cf. A042099.
Sequence in context: A042092 A042094 A042096 * A041263 A042100 A042101
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)