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!)
A364948 Perfect powers that are equal to the sum of the first k perfect powers > 1 for some k. 0
4, 121, 2548735225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
121 is a term because 121 = 11^2 = 4 + 8 + 9 + 16 + 25 + 27 + 32 = 2^2 + 2^3 + 3^2 + 2^4 + 5^2 + 3^3 + 2^5.
MATHEMATICA
Select[Accumulate[Select[Range[3723875], GCD @@ FactorInteger[#][[All, 2]] > 1 &]], GCD @@ FactorInteger[#][[All, 2]] > 1 &]
CROSSREFS
Sequence in context: A144508 A169972 A360664 * A080179 A268050 A268006
KEYWORD
nonn,bref,hard,more
AUTHOR
Ilya Gutkovskiy, Aug 14 2023
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 November 29 22:05 EST 2023. Contains 367452 sequences. (Running on oeis4.)