OFFSET
1,1
LINKS
Michael De Vlieger, Fan-style binary tree, for n = 0..2^12-1 and sequence b = A364258, showing b(n) > n in dark blue, b(n) < n in red, and b(n) = n in light blue. Numbers n shown in red appear in A364287, while n shown either in red or light blue appear in this sequence.
MATHEMATICA
f[n_] := Reverse@ Map[Ceiling[(Length@ # - 1)/2] &, DeleteCases[Split@ Join[Riffle[IntegerDigits[n, 2], 0], {0}], {k__} /; k == 1]]; Select[Range[2, 500], Function[t, Prime[t] Product[Prime[m]^(f[#][[m]]), {m, t}]][DigitCount[#, 2, 1]] <= # &] (* Michael De Vlieger, Jul 25 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 25 2023
STATUS
approved