login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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: A099226 A016107 A101379 * A349507 A125390 A126548
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Aug 29 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)