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.

A041218 Numerators of continued fraction convergents to sqrt(120).

Original entry on oeis.org

10, 11, 230, 241, 5050, 5291, 110870, 116161, 2434090, 2550251, 53439110, 55989361, 1173226330, 1229215691, 25757540150, 26986755841, 565492656970, 592479412811, 12415080913190, 13007560326001
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A041219.

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[120], 30]] (* Vincenzo Librandi, Oct 26 2013 *)
    LinearRecurrence[{0,22,0,-1},{10,11,230,241},20] (* Harvey P. Dale, Jun 08 2018 *)

Formula

a(n) = 22*a(n-2)-a(n-4). G.f.: (10+11*x+10*x^2-x^3)/(1-22*x^2+x^4). [Colin Barker, Jul 15 2012]