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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070276 Numbers n such that sum of digits of n equals the sum of digits of n^3. 3
0, 1, 8, 10, 80, 100, 171, 378, 468, 487, 577, 585, 586, 684, 800, 1000, 1710, 3780, 4680, 4870, 4877, 5770, 5850, 5851, 5860, 5868, 6840, 8000, 10000, 15877, 17100, 28845, 37800, 46800, 48700, 48770, 57700, 58500, 58510, 58600, 58680, 58968, 59777 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MAPLE

P:=proc(n) local i, k, w, x; for i from 0 by 1 to n do w:=0; k:=i; while k>0 do w:=w+k-(trunc(k/10)*10); k:=trunc(k/10); od; x:=0; k:=i^3; while k>0 do x:=x+k-(trunc(k/10)*10); k:=trunc(k/10); od; if x=w then print(i); fi; od; end: P(10000); - Paolo P. Lava (paoloplava(AT)gmail.com), Nov 30 2007

CROSSREFS

Sequence in context: A025634 A038288 A204324 * A002286 A070478 A109596

Adjacent sequences:  A070273 A070274 A070275 * A070277 A070278 A070279

KEYWORD

easy,nonn,base

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 09 2002

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 17 09:30 EST 2012. Contains 206009 sequences.