OFFSET
1,1
COMMENTS
All terms are divisible by 3. - Donald Sampson (marsquo(AT)hotmail.com), Dec 09 2003
REFERENCES
J. Earls, On Smarandache Repunit N Numbers, Smarandache Notions Journal (2004), Vol. 14.1, pp 251-258.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..994
FORMULA
a(n) = n * 10^(n+L) + 10^L * R + n, where R is the n-th repunit and L is the number of decimal digits of n.
MATHEMATICA
Array[FromDigits@ Join[#1, #2, #1] & @@ {IntegerDigits[#], ConstantArray[1, #]} &, 16] (* Michael De Vlieger, Mar 21 2018 *)
Table[10^IntegerLength[n] (n*10^n+FromDigits[PadRight[{}, n, 1]])+n, {n, 20}] (* Harvey P. Dale, May 04 2026 *)
CROSSREFS
KEYWORD
base,easy,nonn,less
AUTHOR
Jason Earls, Oct 15 2002
EXTENSIONS
More terms from Donald Sampson (marsquo(AT)hotmail.com), Dec 09 2003
STATUS
approved
