[go: up one dir, main page]

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!)
A178096 Cube of n is equal to sum of four positive distinct squares; n^3=a^2+b^2+c^2+d^2; a>b>c>d>0. 0
5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
5^3=8^2+6^2+4^2+3^2, 6^3=10^2+8^2+6^2+4^2, ...
LINKS
FORMULA
{n: n^3 in A004433}. - R. J. Mathar, Jun 15 2018
MATHEMATICA
z=100; lst={}; Do[a2=a^2; Do[b2=b^2; Do[c2=c^2; Do[d2=d^2; e2=a2+b2+c2+d2; e=e2^(1/3); If[IntegerQ[e], AppendTo[lst, e]], {d, c-1, 1, -1}], {c, b-1, 1, -1}], {b, a-1, 1, -1}], {a, 1, z}]; Union@lst
CROSSREFS
Sequence in context: A196026 A191850 A066263 * A246782 A089192 A279195
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms > 33 from R. J. Mathar, Jun 15 2018
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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)