|
Search: id:A069980
|
|
|
| A069980 |
|
(Sum of digits of n)^6 - (sum of digits of n^6). |
|
+0 1
|
|
| 0, 0, 54, 711, 4077, 15606, 46629, 117621, 262125, 531423, 0, 36, 684, 4059, 15588, 46629, 117612, 262107, 531423, 999963, 54, 693, 4059, 15579, 46620, 117621, 262098, 531396, 999963, 1771524, 711, 4050, 15588, 46602, 117612, 262098
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n) = 0 iff n is a power of ten.
|
|
MATHEMATICA
|
f[n_] := Plus @@ IntegerDigits[n]^6 - Plus @@ (IntegerDigits[n^6]); Table[ f[n], {n, 0, 100}]
|
|
CROSSREFS
|
Sequence in context: A086577 A128961 A090835 this_sequence A139178 A157094 A093972
Adjacent sequences: A069977 A069978 A069979 this_sequence A069981 A069982 A069983
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2002
|
|
|
Search completed in 0.002 seconds
|