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 A277024 #9 Oct 04 2016 13:30:57 %S A277024 0,2,2,2,0,2,2,2,0,2,2,2,0,2,2,2,0,2,2,0,0,3,2,2,0,2,2,2,2,2,2,2,2,2, %T A277024 2,2,0,2,2,2,0,2,3,2,2,0,2,2,0,2,2,2,2,2,2,2,0,2,2,2,0,2,2,2,2,2,2,2, %U A277024 0,2,2,2,0,2,2,2,2,2,2,2,0,2,2,0,0,2,2,2,2,2,2,2,0,2,2,2,0,2,2,2,2,2,2,2,0,2,3,2,2,0,2,2,0,2,2,2,2,2,2,2,0 %N A277024 a(n) = A277023(n) - n^2. %H A277024 Antti Karttunen, <a href="/A277024/b277024.txt">Table of n, a(n) for n = 0..750</a> %F A277024 a(n) = A277023(n) - n^2. %o A277024 (Scheme) (define (A277024 n) (- (A277023 n) (A000290 n))) %Y A277024 Cf. A000290, A277023. %Y A277024 Cf. A277015 (positions of zeros), A277025 (positions where 4n is zero), A277026 (where 4n is nonzero). %K A277024 nonn %O A277024 0,2 %A A277024 _Antti Karttunen_, Oct 03 2016