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.

A004908 Numbers that are the sum of at most 2 positive 11th powers.

Original entry on oeis.org

0, 1, 2, 2048, 2049, 4096, 177147, 177148, 179195, 354294, 4194304, 4194305, 4196352, 4371451, 8388608, 48828125, 48828126, 48830173, 49005272, 53022429, 97656250, 362797056, 362797057, 362799104, 362974203, 366991360, 411625181
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A008455 (11th powers), A004813 (sum of 2).

Programs

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