This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A046413 #63 Jun 01 2025 18:03:21 %S A046413 3,4,5,7,11,17,47,59,71,139,211,251,311,347,457,461 %N A046413 Numbers k such that the repunit of length k (11...11, with k 1's) has exactly 2 prime factors. %C A046413 347, 457, 461 and 701 are also terms. The only other possible terms up to 1000 are 263, 311, 509, 557, 617, 647 and 991; repunits of these lengths are known to be composite but the linked sources do not provide their factors. - _Rick L. Shepherd_, Mar 11 2003 %C A046413 The Yousuke Koide reference now shows the repunit of length 263 partially factored; 263 is no longer a possible candidate for this sequence. - _Ray Chandler_, Sep 06 2005 %C A046413 The repunit of length 263 has 3 prime factors; the repunit of length 617 has one known prime factor and a large composite. Possible terms > 1000 are 1117, 1213, 1259, 1291, 1373, 1447, 1607, 1637, 1663, 1669, 1759, 1823, 1949, 1987, 2063 & 2087. - _Robert G. Wilson v_, Apr 26 2010 %C A046413 All terms are either primes or squares of primes in A004023. In particular, the only composite below a million is 4. - _Charles R Greathouse IV_, Nov 21 2014 %C A046413 a(17) >= 509. The only confirmed term below 2500 is 701. As of July 2019, no factorization is known for the potential terms 509, 557, 647, 991, 1117, 1259, 1447, 1607, 1637, 1663, 1669, 1759, 1823, 1949, 1987, 2063, 2087, 2111, 2203, 2269, 2309, 2341, 2467, 2503, 2521, ... Unless the least prime factors of the respective composites have fewer than ~80 decimal digits and are thus accessible by massive ECM computations, there is no chance for an extension using current publicly available factorization methods. See links to factordb.com for the status of the factorization of the smallest unknown terms. - _Hugo Pfoertner_, Jul 30 2019 %D A046413 Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 60. %H A046413 Patrick De Geest, <a href="http://www.worldofnumbers.com/repunits.htm">Repunits prime factors</a>. %H A046413 Shyam Sunder Gupta, <a href="https://doi.org/10.1007/978-981-97-2465-9_11">Repunit Numbers</a>, Exploring the Beauty of Fascinating Numbers, Springer (2025) Ch. 11, 327-352. %H A046413 Makoto Kamada, <a href="https://stdkmd.net/nrr/repunit">Factorizations of 11...11 (Repunit)</a>. %H A046413 Yousuke Kiode, <a href="https://repunit-koide.jimdofree.com/">Factorizations of Repunit Numbers</a>. %H A046413 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Repunit.html">Repunit</a>. %H A046413 <a href="http://factordb.com/index.php?query=%2810%5E509-1%29%2F9">Status of (10^509-1)/9 in factordb.com</a>. %H A046413 <a href="http://factordb.com/index.php?query=%2810%5E557-1%29%2F9">Status of (10^557-1)/9 in factordb.com</a>. %H A046413 <a href="http://factordb.com/index.php?query=%2810%5E647-1%29%2F9">Status of (10^647-1)/9 in factordb.com</a>. %e A046413 7 is a term because 1111111 = 239*4649. %t A046413 Select[Range[60],PrimeOmega[FromDigits[PadRight[{},#,1]]]==2&] (* The program generates the first 8 terms of the sequence. *) (* _Harvey P. Dale_, Aug 26 2024 *) %Y A046413 Cf. A000042, A004022 (repunit primes), A046053, A102782. %K A046413 nonn,base,more,hard %O A046413 1,1 %A A046413 _Patrick De Geest_, Jul 15 1998 %E A046413 More terms from _Rick L. Shepherd_, Mar 11 2003 %E A046413 a(13)-a(16) from _Robert G. Wilson v_, Apr 26 2010