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