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!)
A042408 Numerators of continued fraction convergents to sqrt(732). 2
27, 487, 26325, 474337, 25640523, 462003751, 24973843077, 449991179137, 24324497516475, 438290946475687, 23692035607203573, 426894931876140001, 23076018356918763627, 415795225356413885287, 22476018187603268569125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (27 +487*x +27*x^2 -x^3)/(1 -974*x^2 +x^4). - Vincenzo Librandi, Nov 23 2013
a(n) = 974*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 23 2013
MATHEMATICA
Numerator[Convergents[Sqrt[732], 30]] (* or *) CoefficientList[Series[(27 + 487 x + 27 x^2 - x^3)/(1 - 974 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 23 2013 *)
LinearRecurrence[{0, 974, 0, -1}, {27, 487, 26325, 474337}, 20] (* Harvey P. Dale, May 07 2015 *)
PROG
(Magma) I:=[27, 487, 26325, 474337]; [n le 4 select I[n] else 974*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 23 2013
CROSSREFS
Cf. A042409.
Sequence in context: A020976 A024114 A025982 * A023946 A020971 A023772
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 April 24 12:51 EDT 2024. Contains 371943 sequences. (Running on oeis4.)