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!)
A184388 a(n) = product of numbers from 1 to sigma(n), where sigma(n) = A000203(n). 8
1, 6, 24, 5040, 720, 479001600, 40320, 1307674368000, 6227020800, 6402373705728000, 479001600, 304888344611713860501504000000, 87178291200, 620448401733239439360000, 620448401733239439360000, 8222838654177922817725562880000000, 6402373705728000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = sigma(n)! = Product_(i = 1,…,sigma(n)) i = A000142(A000203(n)) = (A000203(n))!.
EXAMPLE
For n = 4; sigma(4) = 7; a(n) = 1*2*3*4*5*6*7 = 5040.
MATHEMATICA
DivisorSigma[1, Range[20]]! (* Harvey P. Dale, Apr 09 2019 *)
PROG
(PARI) a(n)=sigma(n)! \\ Charles R Greathouse IV, Feb 13 2013
CROSSREFS
Sequence in context: A234635 A036284 A139235 * A136606 A074096 A126016
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 12 2011
EXTENSIONS
Corrected and extended by Harvey P. Dale, Apr 09 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 May 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)