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.

A041220 Numerators of continued fraction convergents to sqrt(122).

Original entry on oeis.org

11, 243, 5357, 118097, 2603491, 57394899, 1265291269, 27893802817, 614928953243, 13556330774163, 298854205984829, 6588348862440401, 145242529179673651, 3201923990815260723, 70587570327115409557, 1556128471187354270977, 34305413936448909371051
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A041221.

Programs

  • Mathematica
    Numerator/@Convergents[Sqrt[122],20] (* Harvey P. Dale, Jun 04 2011 *)
    CoefficientList[Series[(11 + x)/(1 - 22 x - x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 31 2013 *)

Formula

From Philippe Deléham, Nov 21 2008: (Start)
a(n) = 22*a(n-1) + a(n-2) for n > 1, a(0)=11, a(1)=243.
G.f.: (11+x) / (1-22*x-x^2). (End)

Extensions

More terms from Colin Barker, Nov 05 2013