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!)
A325633 a(n) = gcd(A009194(n), A325634(n)) = gcd(A009194(n), A091255(n, sigma(n))). 4
1, 1, 1, 1, 1, 6, 1, 1, 1, 2, 1, 4, 1, 2, 3, 1, 1, 3, 1, 2, 1, 2, 1, 12, 1, 2, 1, 28, 1, 6, 1, 1, 3, 2, 1, 1, 1, 2, 1, 10, 1, 2, 1, 4, 1, 2, 1, 4, 1, 1, 3, 2, 1, 2, 1, 8, 1, 2, 1, 4, 1, 2, 1, 1, 1, 6, 1, 2, 1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 2, 1, 2, 1, 28, 1, 2, 1, 4, 1, 2, 1, 4, 1, 2, 5, 12, 1, 1, 1, 1, 1, 2, 1, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = gcd(A009194(n), A325634(n)) = gcd(A009194(n), A091255(n, A000203(n))).
PROG
(PARI)
A009194(n) = gcd(n, sigma(n));
A091255sq(a, b) = fromdigits(Vec(lift(gcd(Pol(binary(a))*Mod(1, 2), Pol(binary(b))*Mod(1, 2)))), 2);
A325634(n) = A091255sq(n, sigma(n));
A325633(n) = gcd(A009194(n), A325634(n));
CROSSREFS
Differs from A009194 for the first time at n=42, where a(42) = 2, while A009194(42) = 6.
Differs from A325632 and A325640 for the first time at n=45, where a(45) = 1, while A325632(45) = 5 and A325640(45) = 3.
Sequence in context: A325975 A325813 A344704 * A325640 A325632 A009194
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 21 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 June 30 10:10 EDT 2024. Contains 373866 sequences. (Running on oeis4.)