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!)
A345062 a(n) = A071324(n) / gcd(A071324(n), A206369(n)). 5
1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 4, 1, 4, 3, 1, 1, 13, 1, 1, 4, 6, 1, 8, 1, 7, 1, 1, 1, 11, 1, 1, 6, 9, 4, 25, 1, 10, 7, 6, 1, 8, 1, 1, 9, 12, 1, 16, 1, 31, 9, 1, 1, 2, 6, 19, 10, 15, 1, 5, 1, 16, 23, 1, 7, 12, 1, 1, 12, 7, 1, 7, 1, 19, 31, 1, 6, 7, 1, 12, 1, 21, 1, 3, 9, 22, 15, 6, 1, 17, 7, 1, 16, 24, 10, 32, 1, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A071324(n) / A345061(n) = A071324(n) / gcd(A071324(n), A206369(n)).
MATHEMATICA
{1}~Join~Array[#1/GCD @@ {##} & @@ {Total[-#*(-1)^Range[Length[#], 1, -1]] &@ Divisors[#], Times @@ (Sum[(-1)^(#2 - k)*#1^k, {k, 0, #2}] & @@@ FactorInteger[#])} &, 97, 2] (* Michael De Vlieger, Jul 06 2021, after Amiram Eldar at A071324 and A206369 *)
PROG
(PARI)
A071324(n) = my(d=Vecrev(divisors(n))); sum(k=1, #d, (-1)^(k+1)*d[k]); \\ From A071324
A206369(n) = sumdiv(n, d, eulerphi(n/d) * issquare(d)); \\ From A206369
A345062(n) = { my(u=A071324(n)); (u/gcd(u, A206369(n))); };
CROSSREFS
Sequence in context: A060246 A161204 A123541 * A324537 A090379 A254655
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 07 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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)