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 A064229 #10 Oct 03 2019 05:03:49 %S A064229 61,71,83,23,59,61,661,23,71,20639383,439429,521,79,811,1697,14557, %T A064229 1080941,257,2281,50989,67411,137,83,14029308060317546154181, %U A064229 57554485363,59,70552493296669,59,694763,293,6007711,12893,1021,149,71,24324571,9293,12318573951317236818169524329 %N A064229 Smallest prime p associated with A064164(n). %H A064229 Amiram Eldar, <a href="/A064229/b064229.txt">Table of n, a(n) for n = 1..120</a> %e A064229 8!+1 = 61*661 and 61 is not 1 mod 8, so the first term is 61. %o A064229 (PARI) choose(n) = {my(f=factor(n!+1)[, 1]); for(i=1, #f, if(f[i]%n != 1, return(f[i]))); 0; } %o A064229 lista(nn) = for(k=1, nn, if(choose(k)>1, print1(choose(k), ", "))); \\ _Jinyuan Wang_, Oct 03 2019 %K A064229 nonn,easy %O A064229 1,1 %A A064229 _N. J. A. Sloane_, Sep 23 2001 %E A064229 More terms from _Don Reble_, Sep 23 2001