login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132215 Numbers that are sums of eighth powers of two distinct primes. 4
6817, 390881, 397186, 5765057, 5771362, 6155426, 214359137, 214365442, 214749506, 220123682, 815730977, 815737282, 816121346, 821495522, 1030089602, 6975757697, 6975764002, 6976148066, 6981522242, 7190116322, 7791488162 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This is to 8th powers as A132214 is to 7th powers, A130555 is to 6th powers, A130292 is to fifth powers, A130873 is to 4th powers and A120398 is to cubes. These CAN be prime, as the polynomial x^8 + y^8 is irreducible over Z, as seen in A132216. The first such example is a(11) = A132216(1) = 2^8 + 13^8 = 256 + 815730721 = 815730977, which is prime.

A subset of A003380. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 11 2008

FORMULA

{A001016(A000040(i)) + A001016(A000040(j)) for i > j}.

EXAMPLE

a(1) = 2^8 + 3^8 = 256 + 6561 = 6817 = 17 * 401.

MATHEMATICA

Select[Sort[ Flatten[Table[Prime[n]^8 + Prime[k]^8, {n, 15}, {k, n - 1}]]], # <= Prime[15^8] &]

CROSSREFS

Cf. A000040, A001016, A050997, A120398, A122616, A130873, A130555, A132214, A132216.

Sequence in context: A121106 A046515 A199996 * A075669 A206313 A178277

Adjacent sequences:  A132212 A132213 A132214 * A132216 A132217 A132218

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Aug 13 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.