A018006 Powers of cube root of 11 rounded down.
1, 2, 4, 11, 24, 54, 121, 269, 598, 1331, 2960, 6583, 14641, 32561, 72415, 161051, 358174, 796572, 1771561, 3939916, 8762295, 19487171, 43339080, 96385251, 214358881, 476729883, 1060237769, 2357947691, 5244028719, 11662615466, 25937424601, 57684315913
Offset: 0
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
Crossrefs
Cf. A018007.
Programs
-
Magma
[Floor(11^(n/3)): n in [0..40]]; // Vincenzo Librandi, Dec 21 2013
-
Mathematica
Table[Floor[11^(n/3)], {n, 0, 40}] (* Vincenzo Librandi, Dec 21 2013 *) Floor[Surd[11,3]^Range[0,40]] (* Harvey P. Dale, Jun 01 2022 *)
Extensions
More terms from Vincenzo Librandi, Dec 21 2013