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.

A155670 11^n+9^n-1^n.

Original entry on oeis.org

1, 19, 201, 2059, 21201, 220099, 2303001, 24270139, 257405601, 2745368179, 29424209001, 316692730219, 3420857913201, 37064577972259, 402626626038201, 4383139301510299, 47802750052424001, 522124210198960339
Offset: 0

Views

Author

Mohammad K. Azarian, Feb 01 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-11*x)+1/(1-9*x)-1/(1-x). E.g.f.: e^(11*x)+e^(9*x)-e^x.
a(n)=20*a(n-1)-99*a(n-2)-80 with a(0)=1, a(1)=19 - Vincenzo Librandi, Jul 21 2010