|
| |
|
|
A036537
|
|
Numbers n such that number of divisors of n is a power of 2.
|
|
10
| |
|
|
1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 24, 26, 27, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 65, 66, 67, 69, 70, 71, 73, 74, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 91, 93, 94, 95, 97, 101, 102
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Primes and A030513(d[ x ]=4) are subsets; d[ 16k+4 ] and d[ 16k+12 ] have form of 3Q, so x=16k+4 or 16k-4 numbers are missing
Complement of A162643; subsequence of A002035. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 08 2009]
|
|
|
FORMULA
| bi[ x_ ] := 1-Sign[ N[ Log[ 2, x ], 5 ]-Floor[ N[ Log[ 2, x ], 5 ] ] ]; ld[ x_ ] := Length[ Divisors[ x ] ]; Flatten[ Position[ Table[ bi[ ld[ x ] ], {x, 1, m} ], 1 ] ]
|
|
|
EXAMPLE
| 383,384,385,386 have 1,16,8,4 divisors so are successive integers and consecutive terms of this sequence.
|
|
|
CROSSREFS
| A000005, A030513, A036537.
A162644. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 08 2009]
Sequence in context: A028801 A162644 A002035 * A072510 A084116 A137620
Adjacent sequences: A036534 A036535 A036536 * A036538 A036539 A036540
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu)
|
| |
|
|