|
| |
|
|
A016087
|
|
First nontrivial or multidigital Armstrong number to base n.
|
|
1
| |
|
|
5, 28, 13, 99, 10, 20, 41, 153, 61, 29, 17, 244, 113, 342, 40, 80, 181, 2413, 26, 97, 53, 11080, 313, 5425, 90, 180, 421, 68, 37, 205, 109, 356, 613, 5489, 160, 85, 761, 10413, 261, 353, 50, 637, 1013, 292, 104, 500, 1201, 1025, 1301, 541, 281, 127295, 178
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 3,1
|
|
|
COMMENTS
| Also called narcissistic numbers or pluperfect digital invariants.
|
|
|
LINKS
| Dik T. Winter, Armstrong numbers
|
|
|
MATHEMATICA
| Do[k = n + 1; While[l = IntegerDigits[k, n]; Apply[ Plus, l^Length[l]] != k, k++ ]; Print[k], {n, 3, 75} ]
|
|
|
CROSSREFS
| Cf. A005188.
Sequence in context: A063860 A000878 A052470 * A106679 A161165 A063140
Adjacent sequences: A016084 A016085 A016086 * A016088 A016089 A016090
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com)
|
|
|
EXTENSIONS
| Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com) Feb 28 2002
|
| |
|
|