login
A388282
a(n) = A276086(n) * A276086(sigma(n)-n), where A276086 is the primorial base exp-function, and sigma is the sum of divisors function.
3
2, 6, 12, 54, 36, 25, 20, 150, 270, 675, 180, 5625, 100, 3375, 4500, 33750, 900, 93750, 500, 421875, 67500, 84375, 4500, 21875, 6250, 421875, 187500, 31640625, 22500, 1225, 28, 294, 6300, 23625, 6300, 306250, 140, 118125, 94500, 826875, 1260, 765625, 700, 165375, 44100, 2953125, 6300, 9646875, 26250, 918750, 3937500
OFFSET
1,1
FORMULA
a(n) = A276086(n) * A379493(n).
a(n) >= A388031(n), with equivalence iff n is one of the terms A388280.
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A388282(n) = (A276086(n)*A276086(sigma(n)-n));
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 16 2025
STATUS
approved