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

A132652
Sum of divisors of n, sigma(n) raised to power sigma(n).
0
1, 27, 256, 823543, 46656, 8916100448256, 16777216, 437893890380859375, 302875106592253, 39346408075296537575424, 8916100448256, 33145523113253374862572728253364605812736, 11112006825558016, 1333735776850284124449081472843776
OFFSET
1,2
FORMULA
a(n) = sigma(n)^sigma(n).
EXAMPLE
a(4) = 823543 because sigma(4) = 1 + 2 + 4 = 7 and we can write 823543 = 7^7 or 823543 = 7*7*7*7*7*7*7.
MATHEMATICA
Table[DivisorSigma[1, n]^DivisorSigma[1, n], {n, 14}] (* Stefano Spezia, Sep 10 2022 *)
CROSSREFS
Cf. A000203 (sum of divisors: sigma function), A000312, A008973, A008974, A051674.
Sequence in context: A016107 A101379 A374894 * A349507 A373039 A125390
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Aug 29 2007
STATUS
approved