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.

A024127 a(n) = 11^n-1.

Original entry on oeis.org

0, 10, 120, 1330, 14640, 161050, 1771560, 19487170, 214358880, 2357947690, 25937424600, 285311670610, 3138428376720, 34522712143930, 379749833583240, 4177248169415650, 45949729863572160, 505447028499293770
Offset: 0

Views

Author

Keywords

Comments

In base 11 these are 0, A, AA, AAA, ... - David Rabahy, Dec 12 2016

Crossrefs

Cf. A001020.

Programs

Formula

G.f.: 1/(1-11*x)-1/(1-x). - Mohammad K. Azarian, Jan 14 2009
E.g.f.: e^(11*x)-e^x. - Mohammad K. Azarian, Jan 14 2009
a(n) = 11*a(n-1)+10 for n>0, a(0)=0. - Vincenzo Librandi, Nov 19 2010
a(n) = Sum_{i=1..n} 10^i*binomial(n,n-i) for n>0, a(0)=0. - Bruno Berselli, Nov 11 2015
a(n) = A001020(n) - 1. - Sean A. Irvine, Jun 19 2019