|
| |
|
|
A002994
|
|
Initial digits of cubes.
(Formerly M4468)
|
|
11
| |
|
|
0, 1, 8, 2, 6, 1, 2, 3, 5, 7, 1, 1, 1, 2, 2, 3, 4, 4, 5, 6, 8, 9, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 9, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
REFERENCES
| N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Gelfand's Question
|
|
|
MATHEMATICA
| a[n_] := First[IntegerDigits[n^3]]; Table[a[n], {n, 0, 100}] [From Vladimir Orlovsky, Dec 21 2008]
|
|
|
CROSSREFS
| a(n)=A000030(A000578(n)), A144582, A002993. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 17 2008]
Sequence in context: A020787 A179954 A197518 * A097408 A195845 A093207
Adjacent sequences: A002991 A002992 A002993 * A002995 A002996 A002997
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|