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.

A199320 5*6^n+1.

Original entry on oeis.org

6, 31, 181, 1081, 6481, 38881, 233281, 1399681, 8398081, 50388481, 302330881, 1813985281, 10883911681, 65303470081, 391820820481, 2350924922881, 14105549537281, 84633297223681, 507799783342081, 3046798700052481, 18280792200314881
Offset: 0

Views

Author

Vincenzo Librandi, Nov 06 2011

Keywords

Programs

  • Magma
    [5*6^n+1: n in [0..30]];

Formula

a(n) = 6*a(n-1)-5.
a(n) = 7*a(n-1)-6*a(n-2).
G.f.: (6-11*x)/((1-x)*(1-6*x)).