The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A348039 a(n) = gcd(A003557(n), A327564(n)). 6
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,36
COMMENTS
There is interesting regularity in the scatter plot.
LINKS
FORMULA
a(n) = gcd(A003557(n), A327564(n)).
a(n) = A348036(n) / A007947(n).
a(n) = A003557(n) / A348037(n).
a(n) = A327564(n) / A348038(n).
MATHEMATICA
{1}~Join~Array[GCD @@ Map[Times @@ # &, Transpose@ Map[{#1^(#2 - 1), (#1 + 1)^(#2 - 1)} & @@ # &, FactorInteger[#]]] &, 105, 2] (* Michael De Vlieger, Oct 20 2021 *)
PROG
(PARI)
A003968(n) = {my(f=factor(n)); for (i=1, #f~, p= f[i, 1]; f[i, 1] = p*(p+1)^(f[i, 2]-1); f[i, 2] = 1); factorback(f); }
A007947(n) = factorback(factorint(n)[, 1]);
A348036(n) = gcd(n, A003968(n));
A348039(n) = (A348036(n)/A007947(n));
(PARI)
A003557(n) = (n/factorback(factorint(n)[, 1]));
A327564(n) = { my(f=factor(n)); for(k=1, #f~, f[k, 1]++; f[k, 2]--); factorback(f); }; \\ From A327564
A348039(n) = gcd(A003557(n), A327564(n));
CROSSREFS
Cf. A347960 (positions of terms > 1).
Sequence in context: A331277 A369458 A257936 * A143532 A348947 A267426
KEYWORD
nonn,look
AUTHOR
Antti Karttunen, Oct 19 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 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)