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!)
A081122 10th binomial transform of (1,1,0,0,0,0,...). 3
1, 11, 120, 1300, 14000, 150000, 1600000, 17000000, 180000000, 1900000000, 20000000000, 210000000000, 2200000000000, 23000000000000, 240000000000000, 2500000000000000, 26000000000000000, 270000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 20*a(n-1) - 100*a(n-2), a(0) = 1, a(1) = 11.
a(n) = (n + 10)*10^(n-1).
G.f.: (1 - 9*x)/(1 - 10*x)^2.
E.g.f.: exp(10*x)*(1 + x). - Stefano Spezia, Mar 04 2023
MATHEMATICA
CoefficientList[Series[(1 - 9 x) / (1 - 10 x)^2, {x, 0, 20}], x] (* Vincenzo Librandi, Aug 06 2013 *)
PROG
(Magma) [(n+10)*10^(n-1): n in [0..25]]; // Vincenzo Librandi, Aug 06 2013
CROSSREFS
Sequence in context: A060498 A274119 A171316 * A004190 A089707 A223391
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 07 2003
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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)