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.

A004817 Numbers that are the sum of 6 positive 11th powers.

This page as a plain text file.
%I A004817 #19 Aug 04 2020 19:17:36
%S A004817 6,2053,4100,6147,8194,10241,12288,177152,179199,181246,183293,185340,
%T A004817 187387,354298,356345,358392,360439,362486,531444,533491,535538,
%U A004817 537585,708590,710637,712684,885736,887783,1062882,4194309,4196356,4198403,4200450,4202497,4204544,4371455
%N A004817 Numbers that are the sum of 6 positive 11th powers.
%H A004817 David A. Corneth, <a href="/A004817/b004817.txt">Table of n, a(n) for n = 1..10000</a>
%e A004817 4817
%e A004817 From _David A. Corneth_, Aug 04 2020: (Start)
%e A004817 8953440236 is in the sequence as 8953440236 = 3^11 + 3^11 + 3^11 + 3^11 + 6^11 + 8^11.
%e A004817 64837279358 is in the sequence as 64837279358 = 3^11 + 5^11 + 5^11 + 7^11 + 9^11 + 9^11.
%e A004817 131385255963 is in the sequence as 131385255963 = 1^11 + 1^11 + 2^11 + 4^11 + 9^11 + 10^11. (End)
%t A004817 With[{nn=5},Select[Union[Total/@Tuples[Range[nn]^11,{6}]],#<=nn^11+5&]] (* _Harvey P. Dale_, Jun 30 2020 *)
%Y A004817 Cf. A008455 (eleventh powers).
%K A004817 nonn,easy
%O A004817 1,1
%A A004817 _N. J. A. Sloane_