login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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