reviewed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
reviewed
approved
proposed
reviewed
editing
proposed
First number with n distinct positive triangular exponents in its prime factorization. Subsequence of A025487. [From _- _Matthew Vandermast_, Nov 05 2009; edited May 23 2012]
Harry J. Smith, <a href="/A066120/b066120.txt">Table of n, a(n) for n = 0,...,17</a>
a(4) = 2*(2*(2*3))*(2*(2*3)*(2*3*5)) = 2*(2*6)*(2*6*30) = 2*12*360 = 8640.
(PARI) { for (n=0, 17, a=1; for(i=1, n, a*=prime(i)^((n - i + 1)*(n - i + 2)/2)); write("b066120.txt", n, " ", a) ) } [From _\\ _Harry J. Smith_, Feb 01 2010]
approved
editing
proposed
approved
editing
proposed
nonn,easy
approved
editing
proposed
approved
editing
proposed