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

A132637
Composite number C(n) raised to power C(n).
1
256, 46656, 16777216, 387420489, 10000000000, 8916100448256, 11112006825558016, 437893890380859375, 18446744073709551616, 39346408075296537575424, 104857600000000000000000000, 5842587018385982521381124421, 341427877364219557396646723584
OFFSET
1,1
FORMULA
From Amiram Eldar, Nov 18 2020: (Start)
a(n) = A002808(n)^A002808(n).
1 + Sum_{n>=1} 1/a(n) = A094724. (End)
MATHEMATICA
With[{nn=25}, #^#&/@Complement[Range[2, nn], Prime[Range[PrimePi[nn]]]]] (* Harvey P. Dale, Aug 21 2011 *)
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 24 2007
EXTENSIONS
More terms from Harvey P. Dale, Aug 21 2011
STATUS
approved