cp's OEIS Frontend

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.

A231632 Squares that are also sums of 2 and 3 nonzero squares.

This page as a plain text file.
%I A231632 #18 Feb 06 2021 06:27:51
%S A231632 169,225,289,625,676,841,900,1156,1225,1369,1521,1681,2025,2500,2601,
%T A231632 2704,2809,3025,3364,3600,3721,4225,4624,4900,5329,5476,5625,6084,
%U A231632 6724,7225,7569,7921,8100,8281,9025,9409,10000,10201,10404,10816,11025,11236,11881,12100,12321,12769,13225,13456,13689,14161
%N A231632 Squares that are also sums of 2 and 3 nonzero squares.
%C A231632 All terms == {0, 1} (mod 4).
%C A231632 Intersection of A000290, A000404 and A000408.
%C A231632 A square n^2 is the sum of k positive squares for all 1 <= k <= n^2 - 14 iff n^2 is the sum of 2 and 3 positive squares (see A309778 and proof in Kuczma) . Consequently this is a duplicate of A018820. - _Bernard Schott_, Aug 17 2019
%D A231632 Marcin E. Kuczma, International Mathematical Olympiads, 1986-1999, The Mathematical Association of America, 2003, pages 76-79.
%H A231632 Zak Seidov and Chai Wah Wu, <a href="/A231632/b231632.txt">Table of n, a(n) for n = 1..10000</a> n = 1..100 from Zak Seidov
%e A231632 169 = 13^2 = 5^2 + 12^2 = 3^2 + 4^2 + 12^2;
%e A231632 225 = 15^2 = 9^2 + 12^2 = 2^2 + 5^2 + 14^2.
%Y A231632 Cf. A000290, A000404, A000408, A018820.
%K A231632 dead
%O A231632 1,1
%A A231632 _Zak Seidov_, Nov 12 2013