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 A277016 #6 Oct 04 2016 13:30:43 %S A277016 0,16,64,144,256,361,400,576,1296,1600,2025,2304,3136,3600,4624,5184, %T A277016 6400,6889,7056,8464,9216,10816,11881,12544,14400,15376,17424,18496, %U A277016 19600,20736,21609,21904,24336,25600,26896,28224,29929,30976,32400,36864,41616,43264,44521,46656,48400,50176,51984,53824,56169,57600,63504,69696,73984,75625,76176,78400,80656 %N A277016 Squares present in A276573 (the infinite trunk of least squares beanstalk). %C A277016 Indexing starts from zero because a(0)=0 is a special case in this sequence. %F A277016 a(n) = A276573(A277014(n)). %o A277016 (Scheme) (define (A277016 n) (A276573 (A277014 n))) %Y A277016 Cf. A276573, A277014, A277015 (square roots of these numbers), A277025. %K A277016 nonn %O A277016 0,2 %A A277016 _Antti Karttunen_, Oct 03 2016