A333206 a(n) is the least decimal digit of n^3.
0, 1, 8, 2, 4, 1, 1, 3, 1, 2, 0, 1, 1, 1, 2, 3, 0, 1, 2, 5, 0, 1, 0, 1, 1, 1, 1, 1, 1, 2, 0, 1, 2, 3, 0, 2, 4, 0, 2, 1, 0, 1, 0, 0, 1, 1, 3, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 2, 0, 1, 2, 2, 0, 1, 0, 0, 1, 2, 0, 0, 1, 3, 3, 2, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 6, 0, 0, 3, 3, 1, 1
Offset: 0
Examples
The least digit of 6^3=216 is 1, so a(6)=1.
References
- R. Guy, Unsolved Problems in Number Theory (Third edition), Springer 2004.
Links
- Robert Israel, Table of n, a(n) for n = 0..10000
Programs
-
Maple
seq(min(convert(n^3,base,10)),n=0..200);
Formula
a(n) = A054054(n^3).
Comments