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 A063082 #13 Jun 26 2018 04:58:28 %S A063082 16,576,576,4624,7396,26244,44100,48400,76176,78400,86436,96100, %T A063082 176400,260100,272484,302500,331776,430336,440896,448900,462400, %U A063082 509796,509796,515524,538756 %N A063082 Squares arising in A063076. %o A063082 (PARI) for(n=1,38000,x=prime((n+1)^2)-prime(n^2); if(issquare(x),print1(x, ", "))) %o A063082 (PARI) { default(primelimit, 4294965247); n=0; for (m=1, 10^9, if(issquare(x=prime((m+1)^2) - prime(m^2)), write("b063082.txt", n++, " ", x); if (n==25, break)) ) } \\ _Harry J. Smith_, Aug 17 2009 %Y A063082 Cf. A063076. %K A063082 nonn %O A063082 1,1 %A A063082 _Jason Earls_, Aug 05 2001 %E A063082 More terms from _Santi Spadaro_, Sep 30 2001 %E A063082 More terms from _Harry J. Smith_, Aug 17 2009