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

Bell number B(n) raised to power B(n).
0

%I #4 Aug 26 2024 12:38:35

%S 1,1,4,3125,437893890380859375,

%T 170676555274132171974277914691501574771358362295975962674353045737940041855191232907575296

%N Bell number B(n) raised to power B(n).

%C Bell numbers (Also called exponential numbers): A000110.

%F a(n) = B(n)^B(n).

%e a(4)=3125 because B(4)=5 and we can write 3125=5^5 or 3125=5*5*5*5*5.

%t #^#&/@BellB[Range[0,5]] (* _Harvey P. Dale_, Aug 26 2024 *)

%Y Cf. A000110.

%K nonn

%O 1,3

%A _Omar E. Pol_, Aug 25 2007