A094942 Numbers having a unique partition into three squares.
0, 1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 13, 14, 16, 19, 20, 21, 22, 24, 30, 32, 35, 37, 40, 42, 43, 44, 46, 48, 52, 56, 58, 64, 67, 70, 76, 78, 80, 84, 88, 91, 93, 96, 115, 120, 128, 133, 140, 142, 148, 160, 163, 168, 172, 176, 184, 190, 192, 208, 224, 232, 235
Offset: 1
Keywords
Examples
From _Wolfdieter Lang_, Apr 09 2013 (Start) a(1) = 0 because 0 = 0^2 + 0^2 + 0^2 and 0 is the first number m with A000164(m)=1. a(8) = 8 = 0^2 + 2^2 + 2^2, the 8th largest number m for which A000164(m) is 1. (End)
Links
- T. D. Noe, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
lim=25; nLst=Table[0, {lim^2}]; Do[n=a^2+b^2+c^2; If[n>0 && n
Ray Chandler, Oct 31 2019 *)
Formula
The sequence gives the increasingly ordered members of the set {m integer | A000164(m) = 1, m >= 0}.
Extensions
0 added by T. D. Noe, Apr 09 2013
Comments