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.

A155658 a(n) = 11^n + 7^n - 1.

Original entry on oeis.org

1, 17, 169, 1673, 17041, 177857, 1889209, 20310713, 220123681, 2398301297, 26219899849, 287288997353, 3152269663921, 34619601154337, 380428056656089, 4181995730925593, 45982962794141761, 505679659013280977
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-11*x) + 1/(1-7*x) - 1/(1-x).
E.g.f.: exp(11*x) + exp(7*x) - exp(x).
a(n) = 18*a(n-1)-77*a(n-2)-60 with a(0)=1, a(1)=17. - Vincenzo Librandi, Jul 21 2010