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!)
A342917 a(n) = A001615(n) / gcd(1+n, A001615(n)), where A001615 is Dedekind psi, n * Product_{p|n, p prime} (1 + 1/p). 3

%I #10 Mar 30 2021 15:19:09

%S 1,1,1,6,1,12,1,4,6,18,1,24,1,8,3,24,1,36,1,12,16,36,1,48,15,14,9,48,

%T 1,72,1,16,24,54,4,72,1,20,7,72,1,96,1,8,36,72,1,96,28,30,18,84,1,108,

%U 9,32,40,90,1,144,1,32,3,96,14,144,1,36,48,144,1,144,1,38,30,120,16,168,1,16,54,126,1,192,54,44,15,144

%N a(n) = A001615(n) / gcd(1+n, A001615(n)), where A001615 is Dedekind psi, n * Product_{p|n, p prime} (1 + 1/p).

%C The scatter plot shows two distinct "fans" separated by a gap. Why?

%H Antti Karttunen, <a href="/A342917/b342917.txt">Table of n, a(n) for n = 1..16384</a>

%F a(n) = A001615(n) / A342915(n) = A001615(n) / gcd(1+n, A001615(n)).

%o (PARI)

%o A001615(n) = if(1==n,n, my(f=factor(n)); prod(i=1, #f~, f[i, 1]^f[i, 2] + f[i, 1]^(f[i, 2]-1))); \\ After code in A001615

%o A342917(n) = { my(u=A001615(n)); (u/gcd(1+n,u)); };

%Y Cf. A001615, A342915, A342916.

%Y Cf. also A160595.

%K nonn,look

%O 1,4

%A _Antti Karttunen_, Mar 29 2021

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 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)