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!)
A336476 a(n) = gcd(A000593(n), A336475(n)). 4
1, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 12, 1, 2, 1, 2, 2, 4, 2, 2, 2, 1, 2, 4, 2, 2, 12, 2, 1, 12, 2, 4, 1, 2, 2, 4, 2, 2, 4, 2, 2, 6, 2, 2, 2, 3, 1, 12, 2, 2, 4, 4, 2, 4, 2, 2, 12, 2, 2, 2, 1, 4, 12, 2, 2, 12, 4, 2, 1, 2, 2, 2, 2, 4, 4, 2, 2, 1, 2, 2, 4, 4, 2, 12, 2, 2, 6, 28, 2, 4, 2, 20, 2, 2, 3, 6, 1, 2, 12, 2, 2, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
All odd terms k in A001599 (Ore's Harmonic numbers) satisfy a(k) = A336475(k).
LINKS
FORMULA
a(n) = gcd(A000593(n), A336475(n)).
a(n) = A324121(A000265(n)).
PROG
(PARI)
A000593(n) = sigma(n>>valuation(n, 2));
A336475(n) = { my(f=factor(n)); prod(i=1, #f~, if(2==f[i, 1], 1, (1+f[i, 2]) * (f[i, 1]^f[i, 2]))); };
A336476(n) = gcd(A000593(n), A336475(n));
CROSSREFS
Cf. also A324058, A336320.
Sequence in context: A336648 A082902 A123926 * A082064 A082055 A073812
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 30 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 July 13 15:41 EDT 2024. Contains 374284 sequences. (Running on oeis4.)