login

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”).

A137701
a(n) = semiprime(n)^prime(n).
4
16, 216, 59049, 10000000, 4049565169664, 1946195068359375, 30041942495081691894741, 32064977213018365645815808, 142108547152020037174224853515625, 108199957741720996894562347292921981566976, 118558347188026655500106547231096910504441858017
OFFSET
1,1
FORMULA
a(n) = A001358(n)^A000040(n).
EXAMPLE
a(1) = Semiprime(1)^prime(1) = 4^2 = 16.
a(2) = Semiprime(2)^prime(2) = 6^3 = 216.
a(3) = Semiprime(3)^prime(3) = 9^5 = 59049.
a(4) = Semiprime(4)^prime(4) = 10^7 = 10000000.
CROSSREFS
KEYWORD
easy,nonn,less
AUTHOR
Jonathan Vos Post, Apr 27 2008
STATUS
approved