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!)
A042092 Numerators of continued fraction convergents to sqrt(570). 2
23, 24, 167, 191, 8953, 9144, 63817, 72961, 3420023, 3492984, 24377927, 27870911, 1306439833, 1334310744, 9312304297, 10646615041, 499056596183, 509703211224, 3557275863527, 4066979074751 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(x^7 - 23*x^6 + 24*x^5 - 167*x^4 - 191*x^3 - 167*x^2 - 24*x - 23)/(x^8 - 382*x^4 + 1). - Vincenzo Librandi, Nov 16 2013
a(n) = 382*a(n-4) - a(n-8). - Vincenzo Librandi, Nov 16 2013
MATHEMATICA
Numerator[Convergents[Sqrt[570], 30]] (* or *) CoefficientList[Series[-(x^7 - 23 x^6 + 24 x^5 - 167 x^4 - 191 x^3 - 167 x^2 - 24 x - 23)/(x^8 - 382 x^4 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 16 2013 *)
PROG
(Magma) I:=[23, 24, 167, 191, 8953, 9144, 63817, 72961]; [n le 8 select I[n] else 382*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 16 2013
CROSSREFS
Cf. A042093.
Sequence in context: A042088 A042086 A042090 * A042094 A042096 A042098
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)