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

Numbers of the form x^x, where x equals the number of digits in the number.
0

%I #2 Jul 11 2010 03:00:00

%S 1,16777216,387420489

%N Numbers of the form x^x, where x equals the number of digits in the number.

%C a(1): 1 digit, 1^1 = 1. a(2): 8 digits, 8^8 = 16777216. a(3), 9 digits, 9^9 = 387420489

%K nonn,base,bref,fini,full

%O 1,2

%A Florian Roeseler (hazz_dollazz(AT)web.de), May 02 2010