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!)
A132214 Numbers that are sums of seventh powers of two distinct primes. 3
2315, 78253, 80312, 823671, 825730, 901668, 19487299, 19489358, 19565296, 20310714, 62748645, 62750704, 62826642, 63572060, 82235688, 410338801, 410340860, 410416798, 411162216, 429825844, 473087190, 893871867, 893873926 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is to 7th powers as A130555 is to 6th powers, A130292 is to fifth powers, A130873 is to 4th powers and A120398 is to cubes. These can never be prime, as the polynomial x^7 + y^7 factors over Z. Note however that A132215, which is the analog for eighth powers, can be prime, as seen also in A132216.
LINKS
FORMULA
{A001015(A000040(i)) + A001015(A000040(j)) for i > j}.
EXAMPLE
a(1) = 2^7 + 3^7 = 2315 = 5 * 463.
MATHEMATICA
Select[Sort[ Flatten[Table[Prime[n]^7 + Prime[k]^7, {n, 15}, {k, n - 1}]]], # <= Prime[15^7] &]
Union[Total/@(Subsets[Prime[Range[10]], {2}]^7)] (* Harvey P. Dale, Jan 03 2012 *)
CROSSREFS
Sequence in context: A107567 A238025 A369960 * A133538 A075668 A210175
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Aug 13 2007
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)