login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004164 Sum of digits of n^3. 11
0, 1, 8, 9, 10, 8, 9, 10, 8, 18, 1, 8, 18, 19, 17, 18, 19, 17, 18, 28, 8, 18, 19, 17, 18, 19, 26, 27, 19, 26, 9, 28, 26, 27, 19, 26, 27, 19, 26, 27, 10, 26, 27, 28, 26, 18, 28, 17, 18, 28, 8, 18, 19, 35, 27, 28, 26, 27, 19, 26, 9, 28, 26, 18, 19, 26, 36, 19 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

For the digital root of n^3 see A073636.

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 0..10000

MAPLE

A004164 := proc(n) return add(d, d=convert(n^3, base, 10)): end: seq(A004164(n), n=0..100); # Nathaniel Johnston, May 05 2011

CROSSREFS

Cf. A004159, A007953.

Sequence in context: A011010 A019606 A010732 * A004449 A168098 A020722

Adjacent sequences:  A004161 A004162 A004163 * A004165 A004166 A004167

KEYWORD

nonn,easy,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 12 16:45 EST 2012. Contains 205432 sequences.