cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A041371 Denominators of continued fraction convergents to sqrt(200).

Original entry on oeis.org

1, 7, 197, 1386, 39005, 274421, 7722793, 54333972, 1529074009, 10757852035, 302748930989, 2130000368958, 59942759261813, 421729315201649, 11868363584907985, 83500274409557544, 2349876047052519217, 16532632603777192063, 465263588952813896981
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,7,197,1386]; [n le 4 select I[n] else 198*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 16 2013
  • Mathematica
    Denominator[Convergents[Sqrt[200], 30]] (* Vincenzo Librandi, Dec 16 2013 *)

Formula

G.f.: -(x^2-7*x-1) / ((x^2-14*x-1)*(x^2+14*x-1)). - Colin Barker, Nov 16 2013
a(n) = 198*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 16 2013

Extensions

More terms from Colin Barker, Nov 16 2013
Showing 1-1 of 1 results.