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.

A041428 Numerators of continued fraction convergents to sqrt(230).

Original entry on oeis.org

15, 91, 2745, 16561, 499575, 3014011, 90919905, 548533441, 16546923135, 99830072251, 3011449090665, 18168524616241, 548067187577895, 3306571650083611, 99745216690086225, 601777871790600961
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A041429.

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[230], 20]] (* Harvey P. Dale, Jun 12 2012 *)
    CoefficientList[Series[-(x^3 - 15 x^2 - 91 x - 15)/(x^4 -182 x^2 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 02 2013 *)

Formula

G.f.: -(x^3 -15*x^2 -91*x -15)/(x^4 -182*x^2 +1). - Vincenzo Librandi, Nov 02 2013
a(n) = 182*a(n-2) - a(n-4). - Wesley Ivan Hurt, May 04 2024
Showing 1-1 of 1 results.