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!)
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 (list; graph; refs; listen; history; text; internal format)
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: A007133 A183518 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

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 May 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)