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.

A041478 Numerators of continued fraction convergents to sqrt(255).

Original entry on oeis.org

15, 16, 495, 511, 15825, 16336, 505905, 522241, 16173135, 16695376, 517034415, 533729791, 16528928145, 17062657936, 528408666225, 545471324161, 16892548391055, 17438019715216, 540033139847535
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[255],50]] (* Harvey P. Dale, Jun 20 2012 *)
    CoefficientList[Series[- (x^3 - 15 x^2 - 16 x - 15)/(x^4 - 32 x^2 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 27 2013 *)

Formula

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