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.

Showing 1-2 of 2 results.

A155673 a(n) = 11^n + 10^n - 1.

Original entry on oeis.org

1, 20, 220, 2330, 24640, 261050, 2771560, 29487170, 314358880, 3357947690, 35937424600, 385311670610, 4138428376720, 44522712143930, 479749833583240, 5177248169415650, 55949729863572160, 605447028499293770
Offset: 0

Views

Author

Mohammad K. Azarian, Feb 01 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Table[11^n+10^n-1,{n,0,20}] (* Harvey P. Dale, Feb 24 2011 *)

Formula

G.f.: 1/(1-11*x)+1/(1-10*x)-1/(1-x).
E.g.f.: e^(11*x)+e^(10*x)-e^x.
a(n) = 21*a(n-1)-110*a(n-2)-90 with a(0)=1, a(1)=20. - Vincenzo Librandi, Jul 21 2010
a(n) = 22*a(n-1)-131*a(n-2)+110*a(n-3). - Wesley Ivan Hurt, May 19 2024

A155674 11^n-10^n+1^n.

Original entry on oeis.org

1, 2, 22, 332, 4642, 61052, 771562, 9487172, 114358882, 1357947692, 15937424602, 185311670612, 2138428376722, 24522712143932, 279749833583242, 3177248169415652, 35949729863572162, 405447028499293772
Offset: 0

Views

Author

Mohammad K. Azarian, Feb 01 2009

Keywords

Crossrefs

Formula

G.f.: 1/(1-11*x)-1/(1-10*x)+1/(1-x). E.g.f.: e^(11*x)-e^(10*x)+e^x.
a(n)=21*a(n-1)-110*a(n-2)+90 with a(0)=1, a(1)=2 [From Vincenzo Librandi, Jul 21 2010]
Showing 1-2 of 2 results.