login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A083909
Numbers of the form 10^(m-k)*(10^(m+k+1)-10^k), m, k >= 0.
0
9, 990, 99900, 9999000, 999990000, 99999900000, 9999999000000, 999999990000000, 99999999900000000, 9999999999000000000, 999999999990000000000, 99999999999900000000000, 9999999999999000000000000, 999999999999990000000000000, 99999999999999900000000000000
OFFSET
1,1
MATHEMATICA
Table[FromDigits[Join[PadRight[{}, n, 9], PadRight[{}, n-1, 0]]], {n, 15}] (* Harvey P. Dale, Jul 25 2016 *)
CROSSREFS
Sequence in context: A361885 A368019 A112909 * A307324 A327435 A350967
KEYWORD
easy,nonn
AUTHOR
Marco Matosic, Jun 19 2003
EXTENSIONS
More terms from Harvey P. Dale, Jul 25 2016
STATUS
approved