The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025323 Numbers that are the sum of 3 nonzero squares in exactly 3 ways. 19
54, 66, 81, 86, 89, 99, 101, 110, 114, 126, 131, 149, 150, 162, 166, 173, 174, 179, 182, 185, 186, 216, 219, 221, 222, 225, 227, 233, 237, 241, 242, 245, 258, 264, 274, 275, 286, 291, 302, 305, 309, 315, 318, 323, 324, 334, 338, 344, 347, 349, 356, 361, 366, 377, 396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..1069 (first 418 terms from Robert Price, terms < 2*10^6)
David A. Corneth, PARI program
Eric Weisstein's World of Mathematics, Square Number.
FORMULA
{n: A025427(n) = 3}. - R. J. Mathar, Aug 05 2022
EXAMPLE
182 is a term because 182 = 1^2 + 9^2 + 10^2 = 2^2 + 3^2 + 13^2 = 5^2 + 6^2 + 11^2 and there are no more such sums of three nonzero squares giving 182. - David A. Corneth, Feb 13 2019
MATHEMATICA
Select[Range@ 400, Length@ # == 3 &@ DeleteCases[PowersRepresentations[#, 3, 2], _?(AnyTrue[#, # == 0 &] &)] &] (* Michael De Vlieger, Feb 13 2019 *)
PROG
(PARI) See Corneth link \\ David A. Corneth, Feb 13 2019
CROSSREFS
Sequence in context: A158989 A088489 A025331 * A157934 A335035 A350886
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 16:13 EDT 2024. Contains 373063 sequences. (Running on oeis4.)