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.

A117088 a(n) = (11*5^n - 7)/4.

Original entry on oeis.org

1, 12, 67, 342, 1717, 8592, 42967, 214842, 1074217, 5371092, 26855467, 134277342, 671386717, 3356933592, 16784667967, 83923339842, 419616699217, 2098083496092, 10490417480467, 52452087402342, 262260437011717, 1311302185058592, 6556510925292967
Offset: 0

Views

Author

Parthasarathy Nambi, Apr 17 2006

Keywords

Examples

			If n=1 then 5*(n-1) + 7 = 5*1 + 7 = 12, which is the second term.
		

Crossrefs

Programs

Formula

a(n) = 5*a(n-1) + 7 with a(0) = 1.
G.f.: (1+6*x)/((1-x)*(1-5*x)). - Philippe Deléham, Feb 22 2014
a(n) = 6*a(n-1) - 5*a(n-2), a(0) = 1, a(1) = 12. - Philippe Deléham, Feb 22 2014
a(n) = (11*5^n - 7) / 4. - Ralf Stephan, Feb 23 2014

Extensions

Definition corrected and better name by Ralf Stephan, Feb 23 2014