a(1) = 1; for n > 1: a(n) = smallest cube > a(n-1) such that a(n) - a(n-1) = m*p for some m and a prime p that is not smaller than the primes used previously; in case there is more than one p take the largest.

A111103

a(1) = 1; for n > 1: a(n) = smallest cube > a(n-1) such that a(n) - a(n-1) = m*p for some m and a prime p that is not smaller than the primes used previously; in case there is more than one p take the largest.

Terms

    a(0) =1a(1) =8a(2) =27a(3) =64a(4) =125a(5) =343a(6) =729a(7) =1000a(8) =1331a(9) =1728a(10) =6859a(11) =9261a(12) =12167a(13) =13824a(14) =15625a(15) =17576a(16) =79507a(17) =103823a(18) =132651a(19) =166375a(20) =175616a(21) =226981a(22) =357911a(23) =421875a(24) =493039a(25) =571787a(26) =614125a(27) =658503a(28) =753571a(29) =778688

External references