A003334 Numbers that are the sum of 11 positive cubes.
11, 18, 25, 32, 37, 39, 44, 46, 51, 53, 58, 60, 63, 65, 67, 70, 72, 74, 77, 79, 81, 84, 86, 88, 89, 91, 93, 95, 96, 98, 100, 102, 103, 105, 107, 109, 110, 112, 114, 115, 116, 117, 119, 121, 122, 123, 124, 126, 128, 129, 130, 131, 133, 135, 136, 137, 138, 140, 141, 142, 143, 144
Offset: 1
Examples
From _David A. Corneth_, Aug 01 2020: (Start) 1120 is in the sequence as 1120 = 2^3 + 3^3 + 4^3 + 4^3 + 4^3 + 4^3 + 4^3 + 4^3 + 4^3 + 5^3 + 8^3. 2339 is in the sequence as 2339 = 4^3 + 4^3 + 4^3 + 4^3 + 5^3 + 5^3 + 5^3 + 5^3 + 5^3 + 9^3 + 9^3. 3594 is in the sequence as 3594 = 4^3 + 5^3 + 6^3 + 6^3 + 6^3 + 6^3 + 7^3 + 7^3 + 7^3 + 8^3 + 10^3. (End)
Links
- David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from T. D. Noe)
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Crossrefs
Programs
-
PARI
(A003334_upto(N, k=11, m=3)=[i|i<-[1..#N=sum(n=1, sqrtnint(N, m), 'x^n^m, O('x^N))^k], polcoef(N, i)])(150) \\ See also A003333 for alternate code. - M. F. Hasler, Aug 03 2020
Formula
a(n) = n + 92 for all n > 229. - M. F. Hasler, Aug 25 2020
Comments