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.

A343080 a(n) is the smallest number that is the sum of n positive squares in three ways.

This page as a plain text file.
%I A343080 #10 Apr 10 2021 09:20:27
%S A343080 325,54,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,
%T A343080 48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,
%U A343080 71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90
%N A343080 a(n) is the smallest number that is the sum of n positive squares in three ways.
%C A343080 This is r(n,2,3) in Alter's notation.
%H A343080 R. Alter, <a href="https://doi.org/10.1007/BFb0096461">Computations and generalizations on a remark of Ramanujan</a>, pp. 182-196 of "Analytic Number Theory (Philadelphia, 1980)", ed. M. I. Knopp, Lect. Notes Math., Vol. 899, 1981. See Table 6, page 191.
%H A343080 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).
%F A343080 a(n) = n + 24 for n >= 4.
%e A343080 a(2) = 325 = 1^2 + 18^2 = 6^2 + 17^2 = 10^2 + 15^2.
%e A343080 a(3) = 54 = 1^2 + 2^2 + 7^2 = 2^2 + 5^2 + 5^2 = 3^2 + 3^2 + 6^2.
%Y A343080 Cf. A342902, A343083, A343081, A343082, A343083, A343084.
%K A343080 nonn
%O A343080 2,1
%A A343080 _Sean A. Irvine_, Apr 04 2021