OFFSET
2,1
COMMENTS
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers.
LINKS
Ray Chandler, Table of n, a(n) for n = 2..508 (first 499 terms from T. D. Noe - corrected 7 terms)
Makoto Kamada, Factorizations of 11...11 (Repunit).
Yousuke Koide, Factorizations of Repunit Numbers
Amarnath Murthy, On the divisors of Smarandache Unary Sequence, Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000, page 184.
Samuel S. Wagstaff, the Cunningham Project
FORMULA
a(3n) = 3, a(6n-4) = a(6n-2) = 11, a(30n-25) = a(30n-5) = 41, ... - M. F. Hasler, Nov 21 2006
MAPLE
'min(op(numtheory[factorset]((10^k-1)/9)))'$k=2..50; # M. F. Hasler, Nov 21 2006
MATHEMATICA
a = {}; Do[a = Append[a, FactorInteger[(10^n - 1)/9][[1, 1]]], {n, 2, 111} ]; a
Table[FactorInteger[FromDigits[PadRight[{}, n, 1]]][[1, 1]], {n, 2, 50}] (* Harvey P. Dale, Dec 10 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jan 03 2002
EXTENSIONS
More terms from Robert G. Wilson v, Jan 04 2002
STATUS
approved