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!)
A340074 a(n) = gcd(A003961(n)-1, A339904(n)). 2
1, 1, 1, 1, 3, 1, 5, 1, 1, 1, 3, 1, 1, 1, 1, 1, 9, 1, 11, 1, 1, 1, 7, 1, 3, 1, 1, 1, 15, 1, 9, 1, 1, 1, 1, 1, 5, 1, 1, 1, 21, 1, 23, 1, 3, 1, 13, 1, 5, 1, 1, 1, 29, 1, 9, 1, 1, 1, 15, 1, 33, 1, 1, 1, 1, 1, 35, 1, 1, 5, 9, 1, 39, 1, 1, 1, 1, 1, 41, 1, 1, 1, 11, 1, 3, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 25, 1, 3, 1, 51, 1, 53, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Odd part of A340071(n).
LINKS
FORMULA
a(n) = gcd(A003961(n)-1, A339904(n)).
a(n) = A000265(A340071(n)).
a(n) = A339904(n) / A340075(n).
PROG
(PARI)
A000265(n) = (n>>valuation(n, 2));
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A339904(n) = A000265(eulerphi(A003961(n)));
A340074(n) = gcd(A003961(n)-1, A339904(n));
CROSSREFS
Sequence in context: A176907 A143069 A010286 * A344592 A176801 A339903
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 29 2020
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 July 24 07:59 EDT 2024. Contains 374575 sequences. (Running on oeis4.)