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.

A041154 Numerators of continued fraction convergents to sqrt(87).

Original entry on oeis.org

9, 28, 513, 1567, 28719, 87724, 1607751, 4910977, 90005337, 274926988, 5038691121, 15391000351, 282076697439, 861621092668, 15791256365463, 48235390189057, 884028279768489, 2700320229494524, 49489792410669921
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[87], 30]] (* Vincenzo Librandi, Oct 29 2013 *)

Formula

G.f.: (9 + 28*x + 9*x^2 - x^3) / (1 - 56*x^2 + x^4). [Bruno Berselli, Oct 29 2013]
a(n) = 56*a(n-2) - a(n-4). [Bruno Berselli, Oct 29 2013]