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!)
A042307 Denominators of continued fraction convergents to sqrt(680). 2
1, 13, 677, 8814, 459005, 5975879, 311204713, 4051637148, 210996336409, 2747004010465, 143055204880589, 1862464667458122, 96991217912702933, 1262748297532596251, 65759902689607707985, 856141483262432800056, 44585117032336113310897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(x^2-13*x-1) / ((x^2-26*x-1)*(x^2+26*x-1)). - Colin Barker, Dec 07 2013
a(n) = 678*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Jan 19 2014
MATHEMATICA
Denominator[Convergents[Sqrt[680], 30]] (* Vincenzo Librandi, Jan 19 2014 *)
PROG
(Magma) I:=[1, 13, 677, 8814]; [n le 4 select I[n] else 678*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 19 2014
CROSSREFS
Sequence in context: A092547 A298951 A157027 * A012746 A211094 A290166
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms 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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)