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.

A199563 5*9^n+1.

Original entry on oeis.org

6, 46, 406, 3646, 32806, 295246, 2657206, 23914846, 215233606, 1937102446, 17433922006, 156905298046, 1412147682406, 12709329141646, 114383962274806, 1029455660473246, 9265100944259206, 83385908498332846, 750473176484995606
Offset: 0

Views

Author

Vincenzo Librandi, Nov 08 2011

Keywords

Programs

Formula

a(n) = 2*A135423(n).
a(n) = 9*a(n-1)-8.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 2*(3-7*x)/((1-x)*(1-9*x)).