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!)
A348987 a(n) = gcd(sigma(n), A332994(n)). 4
1, 3, 4, 7, 6, 3, 8, 15, 13, 1, 12, 1, 14, 1, 1, 31, 18, 3, 20, 3, 1, 1, 24, 3, 31, 1, 40, 7, 30, 3, 32, 63, 1, 1, 1, 1, 38, 1, 1, 5, 42, 3, 44, 3, 2, 1, 48, 1, 57, 3, 1, 1, 54, 3, 1, 1, 1, 1, 60, 1, 62, 1, 4, 127, 1, 3, 68, 3, 1, 1, 72, 3, 74, 1, 2, 1, 1, 3, 80, 3, 121, 1, 84, 1, 1, 1, 1, 1, 90, 117, 1, 3, 1, 1, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = gcd(A000203(n), A332994(n)).
a(n) = gcd(A000203(n), A333784(n)) = gcd(A332994(n), A333784(n)).
a(n) = A332994(n) / A348988(n) = A000203(n) / A348989(n).
MATHEMATICA
f[n_] := n/FactorInteger[n][[-1, 1]]; g[1] = 1; g[n_] := g[n] = n + g[f[n]]; a[n_] := GCD[g[n], DivisorSigma[1, n]]; Array[a, 100] (* Amiram Eldar, Nov 06 2021 *)
PROG
(PARI)
A332994(n) = if(1==n, n, n + A332994(n/vecmax(factor(n)[, 1])));
A348987(n) = gcd(sigma(n), A332994(n));
CROSSREFS
Cf. also A348977.
Sequence in context: A105852 A190998 A067342 * A322656 A105827 A230289
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 06 2021
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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)