OFFSET
1,1
COMMENTS
The length of the n-th row is A057951(n).
REFERENCES
J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.
LINKS
Max Alekseyev, Rows n = 1..352, flattened
J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
Makoto Kamada, Factorizations of 11...11 (Repunit).
S. S. Wagstaff, Jr., The Cunningham Project
MATHEMATICA
Table[f = FactorInteger[10^n - 1]; Flatten[Table[Table[i[[1]], {i[[2]]}], {i, f}]], {n, 13}] (* T. D. Noe, Jun 27 2012 *)
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
EXTENSIONS
Erroneous b-file replaced by Ray Chandler, Apr 26 2017
b-file corrected and extended with rows 323..352 by Max Alekseyev, May 23 2023
STATUS
approved