|
Search: id:A069966
|
|
|
| A069966 |
|
(Sum of digits of n)^6 - (sum of digits^6 of n). |
|
+0 1
|
|
| 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 664, 3366, 11528, 31030, 70992, 144494, 269296, 468558, 0, 664, 3968, 14832, 42496, 101960, 215424, 413728, 737792, 1240056, 0, 3366, 14832, 45198, 112824, 245790, 484056, 881622, 1508688, 2453814, 0, 11528
(list; graph; listen)
|
|
|
OFFSET
|
0,12
|
|
|
COMMENT
|
a(n) = 0 iff n is a single digit number or is a power of ten times a single digit number.
|
|
MATHEMATICA
|
f[n_] := Plus @@ IntegerDigits[n]^6 - Plus @@ (IntegerDigits[n]^6); Table[ f[n], {n, 0, 100}]
|
|
CROSSREFS
|
Sequence in context: A100160 A010746 A020191 this_sequence A131473 A138408 A103428
Adjacent sequences: A069963 A069964 A069965 this_sequence A069967 A069968 A069969
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
njas and Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2002
|
|
|
Search completed in 0.002 seconds
|