The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A345160 a(n) = Product_{k=1..n} sigma_3(k). 3
1, 9, 252, 18396, 2317896, 584109792, 200933768448, 117546254542080, 88982514688354560, 100906171656594071040, 134407020646583302625280, 274727950201616270566072320, 603852034543152562704226959360, 1869525898945600334132286666178560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Partial products of A001158.
LINKS
Ramanujan's Papers, Some formulas in the analytic theory of numbers, Messenger of Mathematics, XLV, 1916, 81-84, Formula (20).
FORMULA
Lim_{n->infinity} (a(n) / (n!)^3)^(1/n) = A345159.
MATHEMATICA
Table[Product[DivisorSigma[3, k], {k, 1, n}], {n, 1, 20}]
FoldList[Times, DivisorSigma[3, Range[20]]] (* Harvey P. Dale, Sep 18 2023 *)
PROG
(PARI) a(n) = prod(k=1, n, sigma(k, 3)); \\ Michel Marcus, Jun 10 2021
CROSSREFS
Sequence in context: A158621 A256019 A135484 * A178186 A348861 A212290
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 10 2021
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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)