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.

A165230 a(0)=1, a(1)=7, a(n)=14*a(n-1)-7*a(n-2) for n>1 .

Original entry on oeis.org

1, 7, 91, 1225, 16513, 222607, 3000907, 40454449, 545355937, 7351801975, 99107736091, 1336045691449, 18010885527649, 242800077546943, 3273124886963659, 44124147874662625, 594826196036531137, 8018697709388797543, 108097984559187447643, 1457240899862902684201
Offset: 0

Views

Author

Philippe Deléham, Sep 09 2009

Keywords

Programs

  • Mathematica
    LinearRecurrence[{14,-7},{1,7},20] (* Harvey P. Dale, Dec 18 2016 *)

Formula

G.f.: (1-7*x)/(1-14*x+7*x^2) .
a(n) = (1/2)*((7+sqrt(42))^n+(7-sqrt(42))^n). [Paolo P. Lava, Sep 16 2009]

Extensions

More terms from Harvey P. Dale, Dec 18 2016