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 A014727 #15 Apr 18 2020 12:51:03 %S A014727 4,16,36,16,100,100,36,400,36,64,784,3136,4900,3136,784,64,1296,7056, %T A014727 15876,15876,7056,1296,100,14400,44100,63504,44100,14400,100,108900, %U A014727 213444,213444,108900,144,4356,48400,627264,853776,627264,48400,4356 %N A014727 Squares of even elements in Pascal's triangle A007318. %H A014727 Harvey P. Dale, <a href="/A014727/b014727.txt">Table of n, a(n) for n = 0..1000</a> %F A014727 a(n) = A014428(n)^2. - _Sean A. Irvine_, Nov 18 2018 %t A014727 Select[Flatten[Table[Binomial[n,k],{n,0,20},{k,0,n}]],EvenQ]^2 (* _Harvey P. Dale_, Apr 18 2020 *) %Y A014727 Cf. A007318, A014428. %K A014727 nonn,tabf,easy %O A014727 0,1 %A A014727 _Mohammad K. Azarian_ %E A014727 More terms from Andrew J. Gacek (andrew(AT)dgi.net)