The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342916 a(n) = (1+n) / gcd(1+n, A001615(n)), where A001615 is Dedekind psi, n * Product_{p|n, p prime} (1 + 1/p). 4

%I #14 May 31 2021 08:59:39

%S 2,1,1,5,1,7,1,3,5,11,1,13,1,5,2,17,1,19,1,7,11,23,1,25,13,9,7,29,1,

%T 31,1,11,17,35,3,37,1,13,5,41,1,43,1,5,23,47,1,49,25,17,13,53,1,55,7,

%U 19,29,59,1,61,1,21,2,65,11,67,1,23,35,71,1,73,1,25,19,77,13,79,1,9,41,83,1,85,43,29,11,89,1,91,23,31

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

%C It is conjectured that a(n) = 1 only when n is a prime, A000040. See _Thomas Ordowski_'s May 21 2017 problem in A001615.

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

%F a(n) = (1+n) / A342915(n) = (1+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 A342916(n) = ((1+n)/gcd(1+n,A001615(n)));

%Y Cf. A000040, A001615, A342915, A342917.

%Y Cf. also A160596.

%Y After n=1 differs from A342918 for the first time at n=44, where a(44) = 5, while A342918(44) = 15.

%K nonn

%O 1,1

%A _Antti Karttunen_, Mar 29 2021

%E Incorrect A-number in the formula corrected by _Antti Karttunen_, May 31 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 June 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)