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!)
A344757 a(n) = A069359(n) / gcd(A003415(n), A069359(n)). 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 5, 1, 7, 1, 1, 1, 5, 1, 1, 1, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 13, 8, 1, 1, 5, 1, 7, 1, 15, 1, 5, 1, 9, 1, 1, 1, 31, 1, 1, 10, 1, 1, 1, 1, 19, 1, 1, 1, 5, 1, 1, 8, 21, 1, 1, 1, 7, 1, 1, 1, 41, 1, 1, 1, 13, 1, 31, 1, 25, 1, 1, 1, 5, 1, 9, 14, 1, 1, 1, 1, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,11
LINKS
FORMULA
a(n) = A069359(n) / A340070(n) = A069359(n) / gcd(A003415(n), A069359(n)).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A069359(n) = (n*sumdiv(n, d, isprime(d)/d)); \\ From A069359
A344757(n) = { my(u=A069359(n)); (u/gcd(u, A003415(n))); };
CROSSREFS
Cf. also A344697.
Sequence in context: A179947 A336468 A348496 * A046623 A046602 A282304
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 28 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 June 30 22:50 EDT 2024. Contains 373911 sequences. (Running on oeis4.)