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!)
A173813 2*(10^n-5), n>0. 1
10, 190, 1990, 19990, 199990, 1999990, 19999990, 199999990, 1999999990, 19999999990, 199999999990, 1999999999990, 19999999999990, 199999999999990, 1999999999999990, 19999999999999990, 199999999999999990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(10 + 80*x)/((1 - x)*(1 - 10*x)). - Vincenzo Librandi, Aug 20 2014
MATHEMATICA
Table[(2 (10^n - 5)), {n, 1, 20}] (* or *) CoefficientList[Series[(10 + 80 x)/((1 - x) (1 - 10 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 20 2014 *)
LinearRecurrence[{11, -10}, {10, 190}, 20] (* Harvey P. Dale, Aug 20 2023 *)
PROG
(Magma) [2*(10^n-5): n in [1..20]]; // Vincenzo Librandi, Aug 20 2014
CROSSREFS
Sequence in context: A365175 A239765 A006409 * A249643 A056174 A033714
KEYWORD
nonn
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 April 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)