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.

A199319 4*6^n+1.

Original entry on oeis.org

5, 25, 145, 865, 5185, 31105, 186625, 1119745, 6718465, 40310785, 241864705, 1451188225, 8707129345, 52242776065, 313456656385, 1880739938305, 11284439629825, 67706637778945, 406239826673665, 2437438960041985, 14624633760251905
Offset: 0

Views

Author

Vincenzo Librandi, Nov 06 2011

Keywords

Programs

Formula

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