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!)
A336846 a(n) = gcd(sigma(A003961(n)), A000005(n)*A003961(n)). 7
1, 2, 2, 1, 2, 12, 2, 4, 1, 4, 2, 6, 2, 12, 4, 1, 2, 2, 2, 2, 4, 4, 2, 120, 3, 12, 4, 6, 2, 24, 2, 2, 4, 4, 4, 1, 2, 12, 4, 8, 2, 24, 2, 26, 2, 12, 2, 6, 1, 6, 20, 18, 2, 24, 28, 24, 4, 4, 2, 12, 2, 4, 6, 1, 4, 24, 2, 2, 20, 24, 2, 20, 2, 12, 6, 6, 4, 24, 2, 2, 1, 4, 2, 36, 4, 12, 4, 8, 2, 4, 4, 6, 4, 12, 4, 12, 2, 2, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = gcd(A003973(n), A336845(n)) = gcd(A003973(n), A336841(n)).
a(n) = gcd(A000203(A003961(n)), A000005(n)*A003961(n)).
a(n) = A324121(A003961(n)).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A336846(n) = { my(u=A003961(n), s=sigma(u)); gcd(s, numdiv(n)*u); };
CROSSREFS
Sequence in context: A366285 A364492 A124839 * A294076 A334508 A364493
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 06 2020
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 August 13 02:28 EDT 2024. Contains 375113 sequences. (Running on oeis4.)