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!)
A324394 a(n) = A009194(A005940(1+n)), where A005940 is the Doudna sequence and A009194(n) = gcd(n,sigma(n)). 5
1, 1, 1, 1, 1, 6, 1, 1, 1, 2, 3, 4, 1, 3, 1, 1, 1, 2, 1, 2, 1, 6, 3, 12, 1, 1, 1, 1, 1, 6, 1, 1, 1, 2, 3, 28, 1, 6, 1, 10, 1, 2, 3, 12, 1, 18, 15, 4, 1, 1, 3, 1, 1, 6, 1, 3, 1, 2, 3, 4, 1, 3, 1, 1, 1, 2, 1, 4, 1, 6, 3, 8, 7, 2, 3, 28, 1, 6, 1, 2, 1, 2, 3, 28, 1, 6, 3, 120, 1, 2, 1, 6, 1, 90, 3, 12, 1, 1, 1, 7, 1, 6, 3, 5, 7, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = A009194(A005940(1+n)) = gcd(A005940(1+n), A324054(n)).
PROG
(PARI) A324394(n) = { my(m1=1, m2=1, p=2, mp=p*p); while(n, if(!(n%2), p=nextprime(1+p); mp = p*p, m1 *= p; if(3==(n%4), mp *= p, m2 *= (mp-1)/(p-1))); n>>=1); gcd(m1, m2); };
(PARI)
A005940(n) = { my(p=2, t=1); n--; until(!n\=2, if((n%2), (t*=p), p=nextprime(p+1))); t }; \\ From A005940
A009194(n) = gcd(n, sigma(n));
A324394(n) = A009194(A005940(1+n));
CROSSREFS
Sequence in context: A348929 A334491 A276997 * A064793 A355925 A275109
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)