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

A325624
a(n) = prime(n)^(n!).
5
2, 9, 15625, 191581231380566414401, 92709068817830061978520606494193845859707401497097037749844778027824097442147966967457359038488841338006006032592594389655201
OFFSET
1,1
COMMENTS
A subsequence of A325619 (numbers whose prime indices have reciprocal factorial sum equal to 1).
MATHEMATICA
Table[Prime[n]^n!, {n, 5}]
CROSSREFS
Reciprocal factorial sum: A002966, A051908, A316855, A325618, A325619.
Sequence in context: A328201 A028581 A030252 * A049384 A132859 A103562
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 13 2019
STATUS
approved