OFFSET
1,1
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..4935
Michael De Vlieger, 1024 X 1024 Bitmap showing A322793(n) in black if a power of 2 (i.e., in A000079) else white if in this sequence, n = 1..2^20, arranged from left to right in rows, then from top to bottom.
FORMULA
EXAMPLE
Terms less than 10^4 include P(2)^2 = 36, P(2)^3 = 216, P(2)^4 = 1296, P(2)^5 = 7776, and P(3)^2 = 900.
MATHEMATICA
nn = 2^39; k = 2; P = 6; Union@ Reap[While[j = 2; While[P^j < nn, Sow[P^j]; j++]; j > 2, k++; P *= Prime[k]] ][[-1, 1]]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michael De Vlieger, Oct 02 2023
STATUS
approved