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 A236433 #8 Mar 14 2020 18:53:32 %S A236433 2,2,3,2,3,7,2,3,7,43,2,3,11,23,31,2,3,11,23,31,47059,2,3,11,17,101, %T A236433 149,3109,2,3,11,23,31,47059,2217342227,1729101023519 %N A236433 List of primes generated by factoring successive primary pseudoperfect numbers (A054377). %C A236433 It is unknown whether there are infinitely many primary pseudoperfect numbers or any odd ones. %C A236433 See A054377 for other comments, references, links, etc. %C A236433 For prime factors of Giuga numbers, see A236434; of terms in Sylvester's sequence, see A126263. %e A236433 2 = 2. %e A236433 6 = 2 * 3. %e A236433 42 = 2 * 3 * 7. %e A236433 1806 = 2 * 3 * 7 * 43. %e A236433 47058 = 2 * 3 * 11 * 23 * 31. %e A236433 2214502422 = 2 * 3 * 11 * 23 * 31 * 47059. %e A236433 52495396602 = 2 * 3 * 11 * 17 * 101 * 149 * 3109. %e A236433 8490421583559688410706771261086 = 2 * 3 * 11 * 23 * 31 * 47059 * 2217342227 * 1729101023519. %t A236433 A054377 = Cases[Import["https://oeis.org/A054377/b054377.txt", "Table"], {_, _}][[All, 2]]; %t A236433 First /@ Flatten[FactorInteger[A054377], 1] (* _Robert Price_, Mar 14 2020 *) %Y A236433 Cf. A054377, A126263, A216825, A216826, A236434. %K A236433 nonn,more,hard %O A236433 1,1 %A A236433 _Jonathan Sondow_, Jan 25 2014