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.

A155650 a(n) = 7^n - 6^n + 1.

Original entry on oeis.org

1, 2, 14, 128, 1106, 9032, 70994, 543608, 4085186, 30275912, 222009074, 1614529688, 11664504866, 83828316392, 599858908754, 4277376525368, 30411820662146, 215703854542472, 1526853641242034, 10789535445362648
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Programs

Formula

G.f.: 1/(1-7*x)-1/(1-6*x)+1/(1-x).
E.g.f.: e^(7*x)-e^(6*x)+e^x.
a(n) = 13*a(n-1)-42*a(n-2)+30 with a(0)=1, a(1)=2. [Vincenzo Librandi, Jul 21 2010]