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.

A374271 a(n) is the smallest number which can be represented as the sum of n distinct n-th powers of primes in exactly 3 ways, or -1 if no such number exists.

This page as a plain text file.
%I A374271 #5 Jul 07 2024 21:05:31
%S A374271 -1,2210,8627527,616151524,876639080351
%N A374271 a(n) is the smallest number which can be represented as the sum of n distinct n-th powers of primes in exactly 3 ways, or -1 if no such number exists.
%e A374271 a(2) = 2210 = 19^2 + 43^2 = 23^2 + 41^2 = 29^2 + 37^2.
%e A374271 a(3) = 8627527 = 19^3 + 151^3 + 173^3 = 23^3 + 139^3 + 181^3 = 71^3 + 73^3 + 199^3.
%Y A374271 Cf. A349764, A374229, A374257, A374270, A374272.
%K A374271 sign,more
%O A374271 1,2
%A A374271 _Ilya Gutkovskiy_, Jul 02 2024