This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A032532 #18 Oct 06 2019 18:17:43 %S A032532 1,5,3,25,20,18,15,125,111,101,91,91,84,79,74,625,588,556,526,505,481, %T A032532 459,439,458,440,423,407,396,382,370,358,3125,3030,2941,2857,2780, %U A032532 2705,2634,2566,2525,2463,2405,2349,2297,2246,2198,2151,2291 %N A032532 Integer part of decimal 'base-2 looking' numbers divided by their actual base-2 values (denominator of a(n) is n, numerator is n written in binary but read in decimal). %H A032532 Michael De Vlieger, <a href="/A032532/b032532.txt">Table of n, a(n) for n = 1..10000</a> %F A032532 a(n) = floor(A007088(n)/n). %e A032532 1_2 / 1_10 = 1/1 = 1; %e A032532 10_2 / 2_10 = 10/2 = 5; %e A032532 11_2 / 3_10 = 11/3 = 3.666666666...; %e A032532 100_2 / 4_10 = 100/4 = 25; %e A032532 101_2 / 5_10 = 101/5 = 20.2. %t A032532 Array[Floor[FromDigits[IntegerDigits[#, 2]]/#] &, 48] (* _Michael De Vlieger_, Oct 06 2019 *) %Y A032532 Cf. A032533, A032534, A007088. %K A032532 nonn,easy %O A032532 1,2 %A A032532 _Patrick De Geest_, Apr 15 1998