Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126658
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126658 Prime numbers that are the sum of three distinct positive eighth powers. +0
5
72353, 1745153, 7444673, 44726593, 49202147, 61503553, 100006817, 100072097, 101686177, 107444417, 143046977, 214756067, 257412163, 430372577, 431661313, 435812033, 447149537, 452523713, 489805633, 530372321, 744340577, 834187553 (list; graph; listen)
OFFSET

1,1

COMMENT

These are also the sum of three squares and the sum of three fourth powers: 7444673 = 16^2 + 1296^2 + 2401^2 = 4^4 + 36^4 + 49^4 = 256 + 1679616 + 5764801.

EXAMPLE

72353 = 2^8 + 3^8 + 4^8 = 256 + 6561 + 65536.

7444673 = 2^8 + 6^8 + 7^8 = 256 + 1679616 + 5764801.

49202147 = 5^8 + 7^8 + 9^8 = 390625 + 5764801 + 43046721.

PROGRAM

(PARI) {m=14; p=m^8; v=vector(m, x, x^8); w=[]; for(i=1, m-2, for(j=i+1, m-1, for(k=j+1, m, if((n=v[i]+v[j]+v[k])<p&&isprime(n), w=concat(w, n))))); w=listsort(List(w), 1); for(j=1, #w-1, print1(w[j], ", "))} /* Klaus Brockhaus, Feb 11 2007 */

CROSSREFS

Cf. A125516, A126657.

Sequence in context: A025292 A025310 A080477 this_sequence A093212 A114258 A161730

Adjacent sequences: A126655 A126656 A126657 this_sequence A126659 A126660 A126661

KEYWORD

nonn

AUTHOR

Tomas Xordan (xordan.tom(AT)gmail.com), Feb 09 2007

EXTENSIONS

Edited, corrected and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Feb 11 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research