The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024127 a(n) = 11^n-1. 10
0, 10, 120, 1330, 14640, 161050, 1771560, 19487170, 214358880, 2357947690, 25937424600, 285311670610, 3138428376720, 34522712143930, 379749833583240, 4177248169415650, 45949729863572160, 505447028499293770 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In base 11 these are 0, A, AA, AAA, ... - David Rabahy, Dec 12 2016
LINKS
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
MATHEMATICA
LinearRecurrence[{12, -11}, {0, 10}, 18] (* Ray Chandler, Aug 26 2015 *)
PROG
(PARI) a(n)=11^n-1 \\ Charles R Greathouse IV, Dec 12 2016
CROSSREFS
Cf. A001020.
Sequence in context: A300522 A252874 A182605 * A005949 A027568 A318495
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 09:59 EDT 2024. Contains 372760 sequences. (Running on oeis4.)