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 A050799 #8 Oct 17 2019 22:40:45 %S A050799 8,80,288,360,1088,1224,2600,5328,6560,9800,11024,16640,21024,21608, %T A050799 25920,26568,32040,38024,40400,54288,59048,74528,83520,84680,88208, %U A050799 114920,130320,149768,154448,203400,216224,218088,233288,239120,263168 %N A050799 Values of n^2 - 1 resulting from A050795. %t A050799 t={}; Do[i=c=1; x=n^2-1; While[i<n&&c!=0,If[IntegerQ[Sqrt[x-i^2]],c=0; AppendTo[t,x]]; i++],{n,3,520}]; t (* _Jayanta Basu_, Jun 01 2013 *) %Y A050799 Cf. A050795. %K A050799 nonn %O A050799 0,1 %A A050799 _Patrick De Geest_, Sep 15 1999