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 A000074 M1077 N0407 #29 May 01 2022 07:26:15 %S A000074 1,1,2,4,7,13,25,43,83,157,296,564,1083,2077,4006,7733,14968,29044, %T A000074 56447,109864,214197,418080,816907,1598040,3129063,6132106,12027122, %U A000074 23606527,46366165,91127332,179207074,352615528,694182554,1367278759 %N A000074 Number of odd integers <= 2^n of form x^2 + y^2. %C A000074 First differences of A000050. - _Jean-François Alcover_, Mar 19 2014 %D A000074 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A000074 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A000074 Seth A. Troisi, <a href="/A000074/b000074.txt">Table of n, a(n) for n = 1..50</a> %H A000074 Daniel Shanks, <a href="http://dx.doi.org/10.1090/S0025-5718-1964-0159174-9">The second-order term in the asymptotic expansion of B(x)</a>, Math. Comp., 18 (1964), 75-86. %H A000074 <a href="/index/Qua#quadpop">Index entries for sequences related to populations of quadratic forms</a> %e A000074 a(4)=4 since 2^4=16 and 1=1^2, 5=1^2+2^2, 9=3^2, 13=2^2+3^2. %o A000074 (PARI) a(n)=if(n<0,0,sum(k=1,2^(n-1),0<sum(y=0,sqrtint(2*k-1),issquare(2*k-1-y^2)))) %Y A000074 Cf. A000050. %K A000074 nonn %O A000074 1,3 %A A000074 _N. J. A. Sloane_ %E A000074 9 more terms from _Sean A. Irvine_, Sep 14 2009