A004635 Cubes written in base 5.
1, 13, 102, 224, 1000, 1331, 2333, 4022, 10404, 13000, 20311, 23403, 32242, 41434, 102000, 112341, 124123, 141312, 204414, 224000, 244021, 320043, 342132, 420244, 1000000, 1030301, 1112213, 1200302, 1240024, 1331000, 1423131, 2022033, 2122222, 2224204
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Magma
[Seqint(Intseq(n^3, 5)): n in [1..30]]; // Vincenzo Librandi, Oct 15 2015
-
Mathematica
Table[FromDigits[IntegerDigits[n^3, 5]], {n, 35}] (* Vincenzo Librandi, Oct 15 2015 *)
-
PARI
for(n=1,30, print1(fromdigits(digits(n^3, 5)), ", ")) \\ G. C. Greubel, Sep 10 2018
Formula
Extensions
Changed offset and more terms from Vincenzo Librandi, Oct 15 2015