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.

A025378 Numbers that are the sum of 4 distinct nonzero squares in exactly 3 ways.

This page as a plain text file.
%I A025378 #14 Jun 15 2018 05:33:17
%S A025378 78,102,110,114,130,135,147,156,159,171,175,177,189,191,194,201,204,
%T A025378 205,211,221,228,233,235,237,247,252,265,271,277,281,284,312,316,340,
%U A025378 341,348,349,353,367,397,404,408,433,440,456,508,520,624,652,748,776,816,892,912
%N A025378 Numbers that are the sum of 4 distinct nonzero squares in exactly 3 ways.
%H A025378 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a>
%F A025378 {n: A025443(n) = 3}. - _R. J. Mathar_, Jun 15 2018
%t A025378 With[{upto=950},Select[Union[Transpose[Select[Tally[Total/@ Subsets[ Range[ Ceiling[ Sqrt[upto-14]]]^2,{4}]],Last[#]==3&]][[1]]], #<=upto&]] (* _Harvey P. Dale_, Sep 08 2011 *)
%Y A025378 Cf. A025387.
%K A025378 nonn
%O A025378 1,1
%A A025378 _David W. Wilson_