|
Search: id:A064210
|
|
|
| A064210 |
|
Numbers n such that sum of the digits of n is >= the sum of the digits of n^4. |
|
+0 2
|
|
| 1, 7, 10, 19, 67, 70, 100, 190, 670, 700, 1000, 1900, 6700, 7000, 10000, 19000, 67000, 70000, 100000, 124499, 190000, 670000, 700000, 1000000, 1244990, 1900000, 6700000, 7000000, 10000000, 12449900, 19000000, 67000000, 70000000, 100000000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
MATHEMATICA
|
Select[ Range[ 10^7 ], Apply[ Plus, IntegerDigits[ # ]] >= Apply[ Plus, IntegerDigits[ #^4 ]] & ]
|
|
CROSSREFS
|
Sequence in context: A118420 A038211 A122226 this_sequence A097634 A120312 A074377
Adjacent sequences: A064207 A064208 A064209 this_sequence A064211 A064212 A064213
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 21 2001
|
|
EXTENSIONS
|
More terms from Martin Raab (raab-martin(AT)gmx.de), Aug 08 2006
|
|
|
Search completed in 0.002 seconds
|