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!)
A113505 Numbers not the sum of at most three perfect powers (A001597). 8
7, 15, 23, 87, 111, 119, 167, 335, 1391, 1455, 1607, 1679, 1991, 25887, 26375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Cannot be written in the form a^x + b^y + c^z with a, b, c >= 0 and x, y, z > 1.
a(16), if it exists, is larger than 10^8. - Giovanni Resta, May 07 2017
LINKS
Eric Weisstein's World of Mathematics, Perfect Power
Eric Weisstein's World of Mathematics, Powerful Number.
MATHEMATICA
lmt = 40000; s = Union@ Join[{0, 1}, Flatten@ Table[n^i, {n, 2, Sqrt@ lmt}, {i, 2, Log[n, lmt]}]]; t = Select[ Union[Plus @@@ Tuples[s, 3]], # < lmt + 1 &]; Complement[Range@ lmt, t] (* Robert G. Wilson v *)
CROSSREFS
A056828 is a subset, A001694, A274459.
Sequence in context: A243582 A336819 A056828 * A184920 A076796 A056119
KEYWORD
nonn,more
AUTHOR
R. P. van der Hilst (R.P.vanderHilst(AT)students.uu.nl), Jan 12 2006
EXTENSIONS
Edited by Robert G. Wilson v, May 01 2006
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)