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.

A041136 Numerators of continued fraction convergents to sqrt(77).

Original entry on oeis.org

8, 9, 35, 79, 272, 351, 5888, 6239, 24605, 55449, 190952, 246401, 4133368, 4379769, 17272675, 38925119, 134048032, 172973151, 2901618448, 3074591599, 12125393245, 27325378089, 94101527512
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[77], 30]] (* Vincenzo Librandi, Oct 26 2013 *)

Formula

a(n) = 702*a(n-6)-a(n-12). G.f.: -(x^11-8*x^10+9*x^9-35*x^8+79*x^7-272*x^6-351*x^5-272*x^4-79*x^3-35*x^2-9*x-8)/((x^4-9*x^2+1)*(x^8+9*x^6+80*x^4+9*x^2+1)). [Colin Barker, Jul 18 2012]