A145446 a(n) = the smallest cube > n-th prime.
8, 8, 8, 8, 27, 27, 27, 27, 27, 64, 64, 64, 64, 64, 64, 64, 64, 64, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Table[Ceiling[Prime[n]^(1/3)]^3,{n,100}]
Comments