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 A223704 #5 Apr 03 2013 22:51:29 %S A223704 1,2,3,5,19,4,10,17,23,8,12,31,69,6,26,68,11,27,101,122,7,37,50,80, %T A223704 179,582,14,48,75,563,719,2820,4135,30,38,164,231,440,566,901,11093, %U A223704 112925,267167,212,9,65,374,20303,24,56,103,293,530,656,767,868,82,2157 %N A223704 Conjectured irregular triangle (with some rows blank) of numbers k such that prime(n) is the largest prime factor of k^3 + 1. %C A223704 Primes 5, 11, 17, 23, 29, 47, 59,... do not appear as largest factors. However, they can be smaller factors. For instance, 4^3 + 1 = 5 * 13. %e A223704 Irregular triangle: %e A223704 2: {1}, %e A223704 3: {2}, %e A223704 5: {}, %e A223704 7: {3, 5, 19}, %e A223704 11: {}, %e A223704 13: {4, 10, 17, 23}, %e A223704 17: {}, %e A223704 19: {8, 12, 31, 69}, %e A223704 23: {}, %e A223704 29: {}, %e A223704 31: {6, 26, 68}, %e A223704 37: {11, 27, 101}, %e A223704 41: {122}, %e A223704 43: {7, 37, 50, 80, 179}, %e A223704 47: {}, %e A223704 53: {582}, %e A223704 59: {}, %e A223704 61: {14, 48, 75, 563, 719, 2820, 4135}, %e A223704 67: {30, 38, 164, 231, 440, 566, 901, 11093, 112925, 267167}, %e A223704 71: {212}, %e A223704 73: {9, 65, 374, 20303}, %e A223704 79: {24, 56, 103, 293, 530, 656, 767, 868}, %e A223704 83: {82, 2157}. %t A223704 t = Table[FactorInteger[n^3 + 1][[-1,1]], {n, 10^6}]; Table[Flatten[Position[t, Prime[n]]], {n, 25}] %Y A223704 Cf. A175607 (largest number k such that the greatest prime factor of k^2-1 is prime(n)). %Y A223704 Cf. A223701-A223707 (related sequences). %K A223704 nonn,tabf %O A223704 1,2 %A A223704 _T. D. Noe_, Apr 03 2013