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!)
A042524 Numerators of continued fraction convergents to sqrt(791). 2
28, 225, 12628, 101249, 5682572, 45561825, 2557144772, 20502720001, 1150709464828, 9226178438625, 517816702027828, 4151759794661249, 233016365203057772, 1868282681419123425, 104856846524673969572 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (28 +225*x +28*x^2 -x^3)/(1 -450*x^2 +x^4). - Vincenzo Librandi, Nov 26 2013
a(n) = 450*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 26 2013
MATHEMATICA
Numerator[Convergents[Sqrt[791], 30]] (* or *) CoefficientList[Series[(28 + 225 x + 28 x^2 - x^3)/(1 - 450 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 25 2013 *)
PROG
(Magma) I:=[28, 225, 12628, 101249]; [n le 4 select I[n] else 450*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 26 2013
CROSSREFS
Cf. A042525.
Sequence in context: A133071 A339137 A135180 * A125365 A126523 A115224
KEYWORD
nonn,cofr,frac,easy
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 June 2 20:31 EDT 2024. Contains 373045 sequences. (Running on oeis4.)