4371451
domain: N
Appears in sequences
- Numbers that are the sum of 2 positive 11th powers.at n=8A004813
- Numbers that are the sum of at most 2 positive 11th powers.at n=13A004908
- Numbers that are the sum of at most 3 positive 11th powers.at n=26A004909
- Centered cube numbers: (n+1)^11 + n^11.at n=3A036089
- a(n) = 3^n + 4^n.at n=11A074605
- First subdiagonal of triangular array T: T(j,1) = 1 for ((j-1) mod 6) < 3, else 0; T(j,k) = T(j-1,k-1) + T(j-1,k) for 2 <= k <= j.at n=23A131023