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!)
A353667 a(n) = n / gcd(n, A351546(n)). 4
1, 2, 3, 4, 5, 3, 7, 8, 9, 5, 11, 3, 13, 7, 5, 16, 17, 18, 19, 10, 21, 11, 23, 6, 25, 13, 27, 1, 29, 15, 31, 32, 11, 17, 35, 36, 37, 19, 39, 4, 41, 21, 43, 11, 15, 23, 47, 12, 49, 50, 17, 26, 53, 27, 55, 7, 57, 29, 59, 15, 61, 31, 63, 64, 65, 33, 67, 34, 23, 35, 71, 72, 73, 37, 75, 19, 77, 39, 79, 40, 81, 41, 83, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n / A353666(n) = n / gcd(n, A351546(n)).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A351546(n) = { my(f=factor(sigma(n)), u=A003961(n)); prod(k=1, #f~, f[k, 1]^((0!=(u%f[k, 1]))*f[k, 2])); };
A353667(n) = (n / gcd(n, A351546(n)));
CROSSREFS
Differs from A098988 for the first time at n = 28, 30, 40, 60, 66, 84, 90, 102, 120, ...
Sequence in context: A323129 A053585 A305007 * A098988 A274346 A345993
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 04 2022
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)