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!)
A213223 a(n) = 10^n + 10*n. 1
1, 20, 120, 1030, 10040, 100050, 1000060, 10000070, 100000080, 1000000090, 10000000100, 100000000110, 1000000000120, 10000000000130, 100000000000140, 1000000000000150, 10000000000000160, 100000000000000170 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+8*x-99*x^2)/((1-x)^2*(1-10*x)).
a(n) = 12*a(n-1)-21*a(n-2)+10*a(n-3).
MATHEMATICA
Table[(10^n + 10 n), {n, 0, 30}] (* or *) CoefficientList[Series[(1 + 8 x - 99 x^2)/((1 - x)^2 (1 - 10 x)), {x, 0, 30}], x]
PROG
(Magma) [10^n + 10*n: n in [0..25]]; /* or */ I:=[1, 20, 120]; [n le 3 select I[n] else 12*Self(n-1)-21*Self(n-2)+10*Self(n-3): n in [1..30]];
CROSSREFS
Cf. A198400.
Sequence in context: A044733 A280439 A093566 * A041770 A156255 A004634
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 03 2013
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)