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!)
A324645 a(n) = gcd(d(n), A276086(n)), where d(n) gives the number of divisors (A000005). 2
1, 1, 2, 3, 2, 1, 2, 1, 3, 1, 2, 1, 2, 1, 2, 5, 2, 1, 2, 3, 2, 1, 2, 1, 1, 1, 2, 3, 2, 1, 2, 3, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 6, 1, 2, 5, 1, 3, 2, 3, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 6, 7, 2, 1, 2, 3, 2, 1, 2, 1, 2, 1, 6, 3, 2, 1, 2, 5, 5, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1, 2, 1, 2, 3, 6, 9, 2, 1, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = gcd(A000005(n), A276086(n)).
PROG
(PARI)
A276086(n) = { my(i=0, m=1, pr=1, nextpr); while((n>0), i=i+1; nextpr = prime(i)*pr; if((n%nextpr), m*=(prime(i)^((n%nextpr)/pr)); n-=(n%nextpr)); pr=nextpr); m; };
A324645(n) = gcd(numdiv(n), A276086(n));
CROSSREFS
Sequence in context: A353486 A026490 A053555 * A124160 A265847 A260342
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 11 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 September 2 02:41 EDT 2024. Contains 375602 sequences. (Running on oeis4.)