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!)
A042300 Numerators of continued fraction convergents to sqrt(677). 3
26, 1353, 70382, 3661217, 190453666, 9907251849, 515367549814, 26809019842177, 1394584399343018, 72545197785679113, 3773744869254656894, 196307278399027837601, 10211752221618702212146, 531207422802571542869193, 27632997737955338931410182 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 52*a(n-1)+a(n-2) for n>1, a(0)=26, a(1)=1353. G.f.: (26+x)/(1-52*x -x^2). [Philippe Deléham, Nov 23 2008]
MATHEMATICA
Numerator[Convergents[Sqrt[677], 30]] (* or *) LinearRecurrence[{52, 1}, {26, 1353}, 30] (* Harvey P. Dale, Nov 09 2011 *)
PROG
(Magma) I:=[26, 1353]; [n le 2 select I[n] else 52*Self(n-1)+Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 21 2013
CROSSREFS
Sequence in context: A106710 A114052 A042303 * A282884 A080163 A368852
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Dec 07 2013
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)