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.

A365019 Triangular numbers that for some k >= 0 are also the sum of the first k perfect powers.

Original entry on oeis.org

0, 1, 159284476
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 16 2023

Keywords

Examples

			159284476 is a term because 159284476 = 1 + 2 + 3 + 4 + ... + 17848 = 1 + 4 + 8 + 9 + ... + 574564 = 1^2 + 2^2 + 2^3 + 3^2 + ... + 758^2.
		

Crossrefs

Programs

  • Mathematica
    Join[{0}, Select[Accumulate[Select[Range[574564], # == 1 || GCD @@ FactorInteger[#][[All, 2]] > 1 &]], IntegerQ[Sqrt[8 # + 1]] &]]