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!)
A041930 Numerators of continued fraction convergents to sqrt(488). 2
22, 243, 10714, 118097, 5206982, 57394899, 2530582538, 27893802817, 1229857906486, 13556330774163, 597708411969658, 6588348862440401, 290485058359347302, 3201923990815260723, 141175140654230819114 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (22 + 243*x + 22*x^2 - x^3)/(1 - 486*x^2 + x^4). - Vincenzo Librandi, Nov 12 2013
a(n) = 486*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 12 2013
MATHEMATICA
Numerator[Convergents[Sqrt[488], 30]] (* or *) CoefficientList[Series[(22 + 243 x + 22 x^2 - x^3)/(1 - 486 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 12 2013 *)
PROG
(Magma) I:=[22, 243, 10714, 118097]; [n le 4 select I[n] else 486*Self(n-2)-Self(n-4): n in [1..25]]; // Vincenzo Librandi, Nov 12 2013
CROSSREFS
Cf. A041931.
Sequence in context: A249089 A249090 A249091 * A249092 A125410 A200206
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 21 12:09 EDT 2024. Contains 372736 sequences. (Running on oeis4.)