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 A051327 #20 Nov 25 2015 20:48:14 %S A051327 83,2,167,3,7,67,5,13,719,37,11,31,1367,31440216015620321911, %T A051327 988487183108868589955299792587646370011,19,499,937,23,29,863, %U A051327 1852812869,1157393039341097158113740816072403984079,445807,13833892959043,359,109,331 %N A051327 Euclid-Mullin sequence (A000945) with initial value a(1)=83 instead of a(1)=2. %H A051327 Robert Price, <a href="/A051327/b051327.txt">Table of n, a(n) for n = 1..64</a> %t A051327 a[1]=83; a[n_] := First[ Flatten[ FactorInteger[ 1+Product[ a[ j ], {j, 1, n-1} ] ] ] ]; Array[a, 10] %o A051327 (PARI) gpf(n)=my(f=factor(n)[, 1]); f[#f]; %o A051327 first(m)=my(v=vector(m)); v[1]=83; for(i=2, m, v[i]=gpf(1+prod(j=1, i-1, v[j]))); v \\ _Anders Hellström_, Nov 25 2015 %Y A051327 Cf. A000945, A000946, A005265, A005266. %K A051327 nonn %O A051327 1,1 %A A051327 _Labos Elemer_ %E A051327 More terms from _Sean A. Irvine_, Apr 12 2011