The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A042114 Numerators of continued fraction convergents to sqrt(582). 2
24, 193, 9288, 74497, 3585144, 28755649, 1383856296, 11099606017, 534164945112, 4284419166913, 206186284956936, 1653774698822401, 79587371828432184, 638352749326279873, 30720519339489866088 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 + 193*x + 24*x^2 - x^3)/(1 - 386*x^2 + x^4). - Vincenzo Librandi, Nov 16 2013
a(n) = 386*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 17 2013
MATHEMATICA
Numerator[Convergents[Sqrt[582], 30]] (* or *) CoefficientList[Series[(24 + 193 x + 24 x^2 - x^3)/(1 - 386 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 17 2013 *)
PROG
(Magma) I:=[24, 193, 9288, 74497]; [n le 4 select I[n] else 386*Self(n-2)-Self(n-4): n in [1..25]]; // Vincenzo Librandi, Nov 17 2013
CROSSREFS
Cf. A042115.
Sequence in context: A047057 A066406 A271432 * A220296 A282286 A123197
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 May 26 07:52 EDT 2024. Contains 372807 sequences. (Running on oeis4.)