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.

A155606 a(n) = 8^n + 3^n - 1.

Original entry on oeis.org

1, 10, 72, 538, 4176, 33010, 262872, 2099338, 16783776, 134237410, 1073800872, 8590111738, 68720008176, 549757408210, 4398051294072, 35184386437738, 281475019757376, 2251799942825410, 18014398896902472, 144115189238117338
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 25 2009

Keywords

Examples

			G.f. = 1 + 10*x + 72*x^2 + 538*x^3 + 4176*x^4 + 33010*x^5 + 262872*x^6 + ...
		

Crossrefs

Programs

Formula

G.f.: 1/(1-8*x) + 1/(1-3*x) - 1/(1-x).
E.g.f.: e^(8*x) + e^(3*x) - e^x.
a(n) = 11*a(n-1) - 24*a(n-2) - 14 with a(0)=1, a(1)=10. - Vincenzo Librandi, Jul 21 2010