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!)
A325375 a(n) = gcd(A325319(n), A325320(n)). 4
3, 1, 9, 1, 3, 1, 1, 3, 3, 1, 9, 1, 1, 7, 1, 5, 9, 1, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3, 9, 1, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 7, 1, 1, 9, 1, 3, 5, 3, 3, 9, 1, 1, 1, 3, 1, 3, 1, 5, 1, 1, 3, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 3, 1, 1, 1, 3, 3, 1, 25, 1, 1, 9, 1, 1, 9, 1, 3, 1, 27, 1, 1, 1, 1, 3, 9, 1, 49, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = gcd(A325319(n), A325320(n)).
PROG
(PARI)
up_to = 25000;
isA228058(n) = if(!(n%2)||(omega(n)<2), 0, my(f=factor(n), y=0); for(i=1, #f~, if(1==(f[i, 2]%4), if((1==y)||(1!=(f[i, 1]%4)), return(0), y=1), if(f[i, 2]%2, return(0)))); (y));
A228058list(up_to) = { my(v=vector(up_to), k=0, n=0); while(k<up_to, n++; if(isA228058(n), k++; v[k] = n)); (v); };
v228058 = A228058list(up_to);
A228058(n) = v228058[n];
A048250(n) = factorback(apply(p -> p+1, factor(n)[, 1]));
A325313(n) = (A048250(n) - n);
A162296(n) = sumdiv(n, d, d*(1-issquarefree(d)));
A325314(n) = (n - A162296(n));
A325375(n) = gcd(A325319(n), A325320(n));
CROSSREFS
Sequence in context: A164795 A201741 A280192 * A317202 A355442 A331732
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 22 2019
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 25 09:13 EDT 2024. Contains 371967 sequences. (Running on oeis4.)