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!)
A308652 a(n) = Product_{k=1..n} sigma(n,k). 1
1, 1, 5, 252, 380562, 26605273464, 146392210728465000, 84641321148614770425516288, 7097143900835489590932722296959504144, 109983275218947201453245400551817117367706036248320, 397899007017966277799025689101644536884667639093655295898437500000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (n!)^n.
a(n) ~ 2^(n/2) * Pi^(n/2) * n^(n*(2*n+1)/2) / exp(n^2-1/12).
MAPLE
with(NumberTheory): seq(product(sigma[n](k), k = 1..n), n = 0..10);
MATHEMATICA
Table[Product[DivisorSigma[n, k], {k, 1, n}], {n, 1, 10}]
PROG
(PARI) a(n) = prod(k=1, n, sigma(k, n));
for(n=1, 10, print1(a(n), ", "))
CROSSREFS
Sequence in context: A060943 A336295 A332125 * A002770 A069071 A275930
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 20 2019
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Aug 23 2019
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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)