|
Search: id:A058898
|
|
|
| A058898 |
|
Inconsummate numbers in base 2: no number is this multiple of the sum of its digits (in base 2). |
|
+0 16
|
|
| 13, 19, 25, 26, 35, 38, 47, 49, 50, 52, 55, 67, 70, 76, 94, 95, 97, 98, 100, 103, 104, 109, 110, 115, 117, 131, 134, 140, 151, 152, 157, 159, 171, 175, 179, 183, 185, 187, 188, 190, 193, 194, 196, 199, 200, 203, 206, 208, 217, 218, 220, 227, 229
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Equivalently, these are the natural numbers that cannot be written as the arithmetic mean of distinct powers of 2. [From Brian Kell (s-bkell1(AT)math.unl.edu), Feb 28 2009]
|
|
LINKS
|
D. Radcliffe, Inconsummate Numbers
|
|
MAPLE
|
For Maple code see A058906.
|
|
MATHEMATICA
|
Do[k = n; While[ Apply[ Plus, IntegerDigits[k, 2] ]*n != k && k < 250n, k += n]; If[k == 250n, Print[n] ], {n, 1, 10^3} ]
|
|
CROSSREFS
|
Cf. A003635, A052491, A058899-A058907.
Indices of zero entries in A065413. [From Brian Kell (s-bkell1(AT)math.unl.edu), Mar 01 2009]
Sequence in context: A007627 A121877 A109902 this_sequence A123840 A063640 A092104
Adjacent sequences: A058895 A058896 A058897 this_sequence A058899 A058900 A058901
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Jan 09 2001
|
|
|
Search completed in 0.002 seconds
|