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!)
A042402 Numerators of continued fraction convergents to sqrt(728). 2
26, 27, 1430, 1457, 77194, 78651, 4167046, 4245697, 224943290, 229188987, 12142770614, 12371959601, 655484669866, 667856629467, 35384029402150, 36051886031617, 1910082103046234, 1946133989077851 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (26 +27*x +26*x^2 -x^3)/(1 -54*x^2 +x^4). - Vincenzo Librandi, Nov 23 2013
a(n) = 54*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 23 2013
MATHEMATICA
Numerator[Convergents[Sqrt[728], 30]] (* Harvey P. Dale, Feb 24 2013 *)
CoefficientList[Series[(26 + 27 x + 26 x^2 - x^3)/(1 - 54 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 23 2013 *)
PROG
(Magma) I:=[26, 27, 1430, 1457]; [n le 4 select I[n] else 54*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 23 2013
CROSSREFS
Cf. A042403.
Sequence in context: A042398 A042400 A042401 * A247394 A056081 A081644
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 29 10:34 EDT 2024. Contains 372113 sequences. (Running on oeis4.)