A180082 Semiprime centered cube numbers: m^3 + (m+1)^3.
9, 35, 91, 341, 559, 1241, 6119, 7471, 17261, 19909, 75241, 143009, 257651, 323839, 671509, 860851, 967591, 1433969, 1482571, 1970299, 2348641, 2772559, 3413159, 4548059, 5313691, 5666509, 7233841, 7520291, 9568441
Offset: 1
Examples
a(1) = 1^3 + (1+1)^3 = 9 = 3^2 is semiprime. a(2) = 2^3 + (2+1)^3 = 35 = 5 * 7. a(3) = 3^3 + (3+1)^3 = 91 = 7 * 13.
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Total/@Partition[Range[200]^3,2,1],PrimeOmega[#]==2&] (* Harvey P. Dale, Feb 02 2019 *)
Extensions
More terms from Vincenzo Librandi, Feb 06 2011
Comments