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!)
A284743 Positive numbers that are not the sum of (any number of) distinct perfect powers (A001597). 0
2, 3, 6, 7, 11, 15, 19, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A001422.
David Wells noted that 23 is the largest integer that is not the sum of distinct powers.
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin 1987, p. 101.
LINKS
EXAMPLE
22 is not in the sequence since 22 = 1 + 2^2 + 2^3 + 3^2.
MATHEMATICA
PerfectPowerQ[n_] := n==1 || GCD@@FactorInteger[n][[All, 2]]>1; a=Select[Range[128], PerfectPowerQ[#] &]; nn = Dimensions[a][[1]]; t=Rest[CoefficientList[Series[Product[(1 + x^a[[k]]), {k, nn}], {x, 0, a[[nn]]}], x]]; Flatten[Position[t, 0]]
CROSSREFS
Sequence in context: A308733 A363046 A049196 * A256976 A179019 A096578
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Apr 01 2017
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.)