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 A032534 #18 Oct 07 2019 02:32:03 %S A032534 1,5,25,125,101,625,505,481,3125,2525,2405,15625,12625,12025,11001, %T A032534 78125,63125,60125,55005,390625,366337,315625,300625,275025,1953125, %U A032534 1831685,1578125,1503125,1375125,1111101,9765625,9158425,7890625 %N A032534 Quotient of 'base-2' division described in A032533. %t A032534 Array[If[Mod[#2, #1] == 0, #2/#1, Nothing] & @@ {#, FromDigits[IntegerDigits[#, 2]]} &, 10^3] (* _Michael De Vlieger_, Oct 06 2019 *) %Y A032534 Cf. A032532, A032533. %K A032534 nonn %O A032534 1,2 %A A032534 _Patrick De Geest_, Apr 15 1998 %E A032534 Offset 1 from _Michael De Vlieger_, Oct 06 2019