A004908 Numbers that are the sum of at most 2 positive 11th powers.
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
Keywords
Links
- Zhuorui He, Table of n, a(n) for n = 1..10000
Programs
-
PARI
lista(nn) = setbinop((x,y)->x^11+y^11, [0..nn]); \\ Michel Marcus, Jul 02 2025