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.

A041144 Numerators of continued fraction convergents to sqrt(82).

Original entry on oeis.org

9, 163, 2943, 53137, 959409, 17322499, 312764391, 5647081537, 101960232057, 1840931258563, 33238722886191, 600137943210001, 10835721700666209, 195643128555201763, 3532412035694297943, 63779059771052564737, 1151555487914640463209, 20791777842234580902499
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(9 + x)/(1 - 18 x - x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 29 2013 *)

Formula

From Philippe Deléham, Nov 21 2008: (Start)
a(n) = 18*a(n-1) + a(n-2), n > 1; a(0)=9, a(1)=163.
G.f.: (9+x)/(1-18*x-x^2). (End)

Extensions

More terms from Colin Barker, Nov 05 2013