A268757 Unhappycab numbers: the smallest unhappy number that is the sum of two cubes of unhappy numbers in n different ways.
16, 4104, 119824488, 74213505639000, 6123582409620312000
Offset: 1
Examples
a(1) = 16 = 2^3+2^3; a(2) = 4104 = 2^3+16^3 = 9^3+15^3; a(3) = 119824488 = 11^3+493^3 = 90^3+492^3 = 346^3+428^3; a(4) = 74213505639000 = 5895^3+41985^3 = 20392^3+40358^3 = 20880^3+40230^3 = 32790^3+33900^3; a(5) = 6123582409620312000 = 193935^3+1828785^3 = 539195^3+1813765^3 = 1026460^3+1714760^3 = 1107120^3+1682940^3 = 1157590^3+1659770^3.
Formula
a(n) >= A011541(n) for n > 0. It is conjectured that there is no equality.
Comments