Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070276
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070276 Numbers n such that sum of digits of n equals the sum of digits of n^3. +0
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; listen)
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 (ppl(AT)spl.at), Nov 30 2007

CROSSREFS

Sequence in context: A167303 A025634 A038288 this_sequence A002286 A070478 A109596

Adjacent sequences: A070273 A070274 A070275 this_sequence A070277 A070278 A070279

KEYWORD

easy,nonn,base

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research