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!)
A042302 Numerators of continued fraction convergents to sqrt(678). 2
26, 677, 35230, 916657, 47701394, 1241152901, 64587652246, 1680520111297, 87451633439690, 2275422989543237, 118409447089688014, 3080921047321431601, 160326303907804131266, 4171564822650228844517, 217081697081719704046150 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (26 +677*x +26*x^2 -x^3)/(1 -1354*x^2 +x^4). - Vincenzo Librandi, Nov 21 2013
a(n) = 1354*a(n-2) - a(n-4). - Vincenzo Librandi, Nov 21 2013
MATHEMATICA
Numerator[Convergents[Sqrt[678], 20]] (* Harvey P. Dale, Oct 08 2012 *)
CoefficientList[Series[(26 + 677 x + 26 x^2 - x^3)/(1 - 1354 x^2 + x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 21 2013 *)
PROG
(Magma) I:=[26, 677, 35230, 916657]; [n le 4 select I[n] else 1354*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Nov 21 2013
CROSSREFS
Cf. A042303.
Sequence in context: A188696 A009970 A041313 * A097835 A158643 A181227
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 19 07:33 EDT 2024. Contains 371782 sequences. (Running on oeis4.)