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!)
A324396 a(1) = 0; for n > 1, a(n) = A009194(A156552(n)). 7
0, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 3, 3, 1, 1, 4, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 6, 1, 1, 1, 1, 1, 2, 1, 1, 1, 12, 1, 2, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 3, 2, 1, 2, 3, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 10, 1, 1, 1, 6, 1, 1, 1, 12, 5, 6, 15, 1, 3, 3, 1, 2, 3, 4, 5, 1, 1, 2, 3, 1, 3, 1, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
FORMULA
a(1) = 0; for n > 1, a(n) = A009194(A156552(n)).
a(n) = gcd(A156552(n), A323243(n)).
PROG
(PARI)
A009194(n) = gcd(n, sigma(n));
A064989(n) = {my(f); f = factor(n); if((n>1 && f[1, 1]==2), f[1, 2] = 0); for (i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f)};
A156552(n) = if(1==n, 0, if(!(n%2), 1+(2*A156552(n/2)), 2*A156552(A064989(n))));
A324396(n) = if(1==n, 0, A009194(A156552(n)));
CROSSREFS
Sequence in context: A348947 A267426 A202917 * A234959 A325471 A167155
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 05 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 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)