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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067075 a(n) = smallest number m such that the sum of the digits of m^3 is equal to n^3. 3
1, 2, 27, 1192, 341075, 3848163483 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..6.

EXAMPLE

a(3) = 27 as 27^3 = 19683 is the smallest cube whose digit sum = 27 = 3^3.

MATHEMATICA

Do[k = 1; While[Plus @@ IntegerDigits[k^3] != n^3, k++ ]; Print[k], {n, 1, 6}] (Propper)

CROSSREFS

Cf. A067074.

Sequence in context: A078102 A221534 A221535 * A015217 A113094 A076113

Adjacent sequences:  A067072 A067073 A067074 * A067076 A067077 A067078

KEYWORD

base,more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 05 2002

EXTENSIONS

Corrected and extended by Ryan Propper (rpropper(AT)stanford.edu), Jul 07 2005

STATUS

approved

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 May 19 22:13 EDT 2013. Contains 225436 sequences.