cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A364948 Perfect powers that are equal to the sum of the first k perfect powers > 1 for some k.

Original entry on oeis.org

4, 121, 2548735225
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 14 2023

Keywords

Examples

			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.
		

Crossrefs

Programs

  • Mathematica
    Select[Accumulate[Select[Range[3723875], GCD @@ FactorInteger[#][[All, 2]] > 1 &]], GCD @@ FactorInteger[#][[All, 2]] > 1 &]