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 A052306 #14 Nov 07 2014 11:55:48 %S A052306 1,1,2,1,3,2,4,3,1,5,4,4,2,6,6,5,3,7,8,4,6,1,9,4,8,10,6,7,2,12,5,9,12, %T A052306 8,8,3,15,8,6,10,9,14,4,16,10,9,4,18,12,7,11,12,16,1,6,20,12,10,5,21, %U A052306 16,8,12,15,18,2,8,24,18,14,11,8,16,6,24,20,9,9,25,13,18,20,3 %N A052306 Product of exponents of prime factorization of n by prime signature: A005361(A025487). %H A052306 Álvar Ibeas, <a href="/A052306/b052306.txt">Table of n, a(n) for n = 1..10000</a> %o A052306 (PARI) lista() = {v = readvec("b025487.txt"); for (i=1, #v, f = factor(v[i]); print1(prod(k=1, #f~, f[k,2]), ", "););} \\ _Michel Marcus_, Nov 02 2014 %Y A052306 Cf. A005361, A025487. %K A052306 nonn %O A052306 1,3 %A A052306 _Christian G. Bower_, Nov 15 1999 %E A052306 Offset updated by _Matthew Vandermast_, Nov 08 2008