OFFSET
0,2
COMMENTS
For n>0, a(n)= first counting number whose prime signature consists of n repeated n times (cf. A002024). Subsequence of A025487.
Every natural number divides sufficiently large terms of this sequence. In particular, k divides a(A263323(k)) and all subsequent terms. - Hal M. Switkay, Mar 06 2026
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..26
FORMULA
a(n) = A079474(2n,n). - Alois P. Heinz, Aug 22 2019
EXAMPLE
a(4) = 1944810000 = 210^4 = 2^4 * 3^4 * 5^4 * 7^4.
MATHEMATICA
a[0] = 1; a[n_] := Product[Prime[i], {i, 1, n}]^n; Array[a, 9, 0] (* Amiram Eldar, Aug 08 2019 *)
CROSSREFS
A000005(a(n)) = A000169(n). The divisors of a(n) appear as the first A000169(n) terms of A178479, with A178479(A000169(n)) = a(n).
KEYWORD
easy,nonn
AUTHOR
Matthew Vandermast, Oct 31 2010
STATUS
approved