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!)
A325632 a(n) = gcd(n, A325634(n)) = gcd(n, A091255(n, sigma(n))). 5
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, 5, 2, 1, 4, 1, 1, 3, 2, 1, 2, 1, 8, 1, 2, 1, 4, 1, 2, 1, 1, 1, 6, 1, 2, 1, 14, 1, 9, 1, 2, 1, 4, 1, 2, 1, 2, 1, 2, 1, 28, 5, 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(n, A325634(n)) = gcd(n, A091255(n, A000203(n))).
PROG
(PARI)
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));
A325632(n) = gcd(n, A325634(n));
CROSSREFS
Cf. A000203, A091255, A325634, A325639 (fixed points).
Differs from A009194 for the first time at n=42, where a(42) = 2, while A009194(42) = 6.
Differs from A325633 and A325640 for the first time at n=45, where a(45) = 5, while A325633(45) = 1 and A325640(45) = 3.
Sequence in context: A344704 A325633 A325640 * A009194 A324544 A323160
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 May 5 14:41 EDT 2024. Contains 372275 sequences. (Running on oeis4.)