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.

A004897 Numbers that are the sum of at most 2 nonzero 10th powers.

Original entry on oeis.org

0, 1, 2, 1024, 1025, 2048, 59049, 59050, 60073, 118098, 1048576, 1048577, 1049600, 1107625, 2097152, 9765625, 9765626, 9766649, 9824674, 10814201, 19531250, 60466176, 60466177, 60467200, 60525225, 61514752, 70231801, 120932352
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A008454 (10th powers), A004802 (sum of 2).

Programs

  • PARI
    lista(nn) = setbinop((x,y)->x^10+y^10, [0..nn]); \\ Michel Marcus, Jul 02 2025