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 A194357 #13 Sep 12 2024 10:47:32 %S A194357 1,2,3,6,4,9,12,18,36,8,24,27,54,72,108,216,16,48,81,144,162,324,432, %T A194357 648,1296,32,96,243,288,486,864,972,1944,2592,3888,7776,64,192,576, %U A194357 729,1458,1728,2916,5184,5832,11664,15552,23328,46656,128,384,1152,2187 %N A194357 Triangle of divisors of 6^n, each number occurring once. %H A194357 T. D. Noe, <a href="/A194357/b194357.txt">Rows for n = 0..100</a> %e A194357 The triangle has rows beginning with 2^k and ending with 6^k: %e A194357 1 %e A194357 2, 3, 6 %e A194357 4, 9, 12, 18, 36 %e A194357 8, 24, 27, 54, 72, 108, 216 %e A194357 16, 48, 81, 144, 162, 324, 432, 648, 1296 %t A194357 Join[{{1}}, Table[Complement[Divisors[6^n], Divisors[6^(n-1)]], {n, 9}]] %t A194357 DeleteDuplicates[Flatten[Divisors[6^Range[0,10]]]] (* _Harvey P. Dale_, Sep 12 2024 *) %Y A194357 Cf. A194356 (divisors of 10^n), A194358 (divisors of 30^n). %Y A194357 Cf. A003586 (3-smooth numbers). %K A194357 nonn,tabf %O A194357 0,2 %A A194357 _T. D. Noe_, Aug 25 2011