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 A048169 #8 Aug 05 2019 17:24:03 %S A048169 1,8,16,32,64,128,192,256,320,384,448,512,576,640,704,768,832,896, %T A048169 1024,1088,1152,1216,1280,1408,1472,1536,1600,1664,1728,1792,1856, %U A048169 1984,2048,2176,2304,2368,2432,2560,2624,2752,2816,2944,3008,3072,3136,3200,3328 %N A048169 n is divisible by the cube of the number of unitary divisors of n (A034444). %H A048169 Amiram Eldar, <a href="/A048169/b048169.txt">Table of n, a(n) for n = 1..10000</a> %e A048169 a[ 54 ]=x=3968=128*31 has 4 unitary divisors: {1,3968,128,31} and the cube, 64, divides 3968: q=3968/64=62. %t A048169 Select[Range[3400], Divisible[#, 8^PrimeNu[#]] &] (* _Amiram Eldar_, Aug 05 2019 *) %Y A048169 A034444, A046755, A048166-A048168. %K A048169 nonn %O A048169 1,2 %A A048169 _Labos Elemer_