login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A083267
Product of related numbers (counted in A073757) belonging to n; related = {divisor-set, RRS}: a(n) = A007955(n)*A001783(n).
3
1, 2, 6, 24, 120, 180, 5040, 6720, 60480, 18900, 39916800, 665280, 6227020800, 3783780, 201801600, 2075673600, 355687428096000, 496215720, 121645100408832000, 69837768000, 20858213376000, 604969665300, 25852016738884976640000, 12336143339520, 5170403347776995328000
OFFSET
1,2
LINKS
EXAMPLE
For n = 10: related terms = {1,2,5,10,3,7,9}, product = 1*2*5*10*1*3*7*9 = 18900 = a(10).
MATHEMATICA
a[n_] := n^(DivisorSigma[0, n]/2) * Times@@ Select[Range[n], CoprimeQ[n, #] &]; Array[a, 30] (* Amiram Eldar, Jun 20 2024 *)
CROSSREFS
Cf. A073757 (count), A083266 (sum), A083268 (LCM), A083267 (product), A001783, A007955.
Sequence in context: A263709 A279435 A263699 * A130480 A000804 A048631
KEYWORD
nonn
AUTHOR
Labos Elemer, May 13 2003
EXTENSIONS
More terms from Amiram Eldar, Jun 20 2024
STATUS
approved