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!)
A004839 Numbers that are the sum of at most 10 nonzero 4th powers. 1

%I #13 Oct 30 2017 10:27:15

%S 0,1,2,3,4,5,6,7,8,9,10,16,17,18,19,20,21,22,23,24,25,32,33,34,35,36,

%T 37,38,39,40,48,49,50,51,52,53,54,55,64,65,66,67,68,69,70,80,81,82,83,

%U 84,85,86,87,88,89,90,96,97

%N Numbers that are the sum of at most 10 nonzero 4th powers.

%H T. D. Noe, <a href="/A004839/b004839.txt">Table of n, a(n) for n=1..1000</a>

%t Reap[For[n = 0, n < 200, n++, If[MatchQ[PowersRepresentations[n, 10, 4], {Table[_, 10], ___}], Print[n]; Sow[n]]]][[2, 1]] (* _Jean-François Alcover_, Oct 30 2017 *)

%K nonn

%O 1,3

%A _N. J. A. Sloane_

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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)