login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A294576
Odd numbers n such that 2 * A243823(n) > n.
2
945, 1155, 1365, 1575, 1785, 1995, 2145, 2205, 2415, 2625, 2805, 2835, 3003, 3045, 3135, 3255, 3315, 3465, 3675, 3705, 3795, 3885, 4095, 4125, 4305, 4455, 4485, 4515, 4725, 4785, 4845, 4935, 5115, 5145, 5355, 5445, 5565, 5655, 5775, 5865, 5985
OFFSET
1,1
COMMENTS
Odd terms in A294575.
2^k - 1 is in the sequence for k = 12, 20, 24, 28, 30, 36, 40, 48, ...
LINKS
MATHEMATICA
Select[Range[1, 6000, 2], Function[n, 2 (n - (Count[Range@ n, _?(PowerMod[n, Floor@ Log2@ n, #] == 0 &)] + EulerPhi[n] - 1)) > n]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Nov 17 2017
STATUS
approved