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!)
A224440 a(n) = sigma(n)^(n-1). 2
1, 3, 16, 343, 1296, 248832, 262144, 170859375, 815730721, 198359290368, 61917364224, 8293509467471872, 56693912375296, 876488338465357824, 21035720123168587776, 23465261991844685929951, 121439531096594251776, 1117116121846700839825703079, 262144000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Here sigma(n) = A000203(n) is the sum of the divisors of n.
LINKS
FORMULA
Logarithmic derivative of A224439.
EXAMPLE
L.g.f.: L(x) = x + 3^1*x^2/2 + 4^2*x^3/3 + 7^3*x^4/4 + 6^4*x^5/5 + 12^5*x^6/6 +...
where exponentiation yields the g.f. of A224439:
exp(L(x)) = 1 + x + 2*x^2 + 7*x^3 + 93*x^4 + 357*x^5 + 41927*x^6 +...
PROG
(PARI) {a(n)=sigma(n)^(n-1)}
for(n=1, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A053466 A005031 A300960 * A054939 A081782 A176299
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 06 2013
EXTENSIONS
Offset corrected by Seiichi Manyama, Nov 10 2017
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)