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!)
A307893 a(n) = lcm(sigma(n), pod(n)) / n, where sigma (k) = the sum of divisors of k (A000203) and pod(n) = the product of divisors of k (A007955). 0
1, 3, 4, 14, 6, 6, 8, 120, 39, 90, 12, 1008, 14, 84, 120, 1984, 18, 4212, 20, 8400, 672, 198, 24, 69120, 155, 546, 1080, 784, 30, 27000, 32, 64512, 528, 918, 1680, 25474176, 38, 570, 2184, 576000, 42, 148176, 44, 40656, 52650, 828, 48, 164560896, 399, 232500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
n divides lcm(sigma(n), pod(n)) for all n >= 1.
LINKS
FORMULA
a(n) = A324529(n) / n.
EXAMPLE
For n=4: a(4) = lcm(sigma(4), pod(4))/4 = lcm(7, 8)/4 = 56/4 = 14.
PROG
(Magma) [LCM(SumOfDivisors(n), &*[d: d in Divisors(n)]) / n: n in [1.. 10^5]]
CROSSREFS
Sequence in context: A294384 A216868 A082732 * A337297 A220846 A009286
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 03 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)