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”).

A083452
a(n) = (n times concatenation of n - n^n) divided by n, or a(n) = A083451(n) /n.
2
0, 9, 102, 1047, 10486, 103335, 993462, 9013959, 68064390, 1010101009101010101, 101010100984163585500, 10101010100267092639413, 1010101010077712015887620, 101010101009307295327755957
OFFSET
1,2
COMMENTS
Conjecture: All the terms are all positive for n>1. (n times concatenation of n with itself > n^n), n>1.
LINKS
EXAMPLE
a(4) = (4444 -4^4)/4 = 1047.
MATHEMATICA
Table[(FromDigits[Flatten[IntegerDigits/@PadRight[{}, n, n]]]-n^n)/n, {n, 20}] (* Harvey P. Dale, Jul 04 2017 *)
CROSSREFS
Cf. A083451.
Sequence in context: A183518 A374422 A339643 * A356244 A367447 A081461
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 01 2003
EXTENSIONS
More terms from David Wasserman, Nov 10 2004
STATUS
approved