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.

A132607 X-values of solutions to the equation X*(X + 1) - 11*Y^2 = 0.

Original entry on oeis.org

0, 99, 39600, 15760899, 6272798400, 2496558002499, 993623812196400, 395459780696164899, 157391999093261433600, 62641620179337354408099, 24931207439377173792990000, 9922557919251935832255612099
Offset: 0

Views

Author

Mohamed Bouhamida, Nov 14 2007

Keywords

Crossrefs

Cf. A007654.

Programs

  • Mathematica
    LinearRecurrence[{399,-399,1},{0,99,39600},20] (* Harvey P. Dale, Aug 12 2022 *)

Formula

a(n) = 398*a(n-1) - a(n-2) + 198; a(0)=0, a(1)=99.
G.f.: -99*x*(x+1)/((x-1)*(x^2 - 398*x + 1)). - Colin Barker, Oct 25 2012

Extensions

More terms from Paolo P. Lava, Oct 07 2008