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

A132643
Bell number B(n) raised to power B(n).
0
1, 1, 4, 3125, 437893890380859375, 170676555274132171974277914691501574771358362295975962674353045737940041855191232907575296
OFFSET
1,3
COMMENTS
Bell numbers (Also called exponential numbers): A000110.
FORMULA
a(n) = B(n)^B(n).
EXAMPLE
a(4)=3125 because B(4)=5 and we can write 3125=5^5 or 3125=5*5*5*5*5.
MATHEMATICA
#^#&/@BellB[Range[0, 5]] (* Harvey P. Dale, Aug 26 2024 *)
CROSSREFS
Cf. A000110.
Sequence in context: A306728 A172953 A132639 * A079193 A247154 A134908
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 25 2007
STATUS
approved