cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A224440 a(n) = sigma(n)^(n-1).

Original entry on oeis.org

1, 3, 16, 343, 1296, 248832, 262144, 170859375, 815730721, 198359290368, 61917364224, 8293509467471872, 56693912375296, 876488338465357824, 21035720123168587776, 23465261991844685929951, 121439531096594251776, 1117116121846700839825703079, 262144000000000000000000
Offset: 1

Views

Author

Paul D. Hanna, Apr 06 2013

Keywords

Comments

Here sigma(n) = A000203(n) is the sum of the divisors of n.

Examples

			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 +...
		

Crossrefs

Programs

  • PARI
    {a(n)=sigma(n)^(n-1)}
    for(n=1, 20, print1(a(n), ", "))

Formula

Logarithmic derivative of A224439.

Extensions

Offset corrected by Seiichi Manyama, Nov 10 2017