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.

A041544 Numerators of continued fraction convergents to sqrt(290).

Original entry on oeis.org

17, 579, 19703, 670481, 22816057, 776416419, 26420974303, 899089542721, 30595465426817, 1041144914054499, 35429522543279783, 1205644911385567121, 41027356509652561897, 1396135766239572671619, 47509643408655123396943, 1616724011660513768167681
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A041545.

Programs

  • Maple
    numtheory:-cfrac(sqrt(290),30,'convergents'):
    map(numer,convergents[1..-2]); # Robert Israel, Jun 22 2015
  • Mathematica
    Numerator[Convergents[Sqrt[290], 30]] (* Vincenzo Librandi, Nov 04 2013 *)

Formula

a(n) = 34*a(n-1)+a(n-2) for n>1, a(0)=17, a(1)=579. G.f.: (17+x)/(1-34*x-x^2). [Philippe Deléham, Nov 23 2008]

Extensions

Additional term from Colin Barker, Nov 08 2013