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!)
A372567 Odd numbers k such that k, sigma(k) and A003961(k) have a common divisor larger than 1, where A003961(n) is fully multiplicative function with a(prime(i)) = prime(i+1). 3
135, 285, 435, 455, 675, 855, 885, 945, 1185, 1287, 1305, 1335, 1365, 1425, 1435, 1485, 1635, 1755, 1995, 2085, 2175, 2235, 2275, 2295, 2565, 2655, 2685, 2905, 2985, 3045, 3105, 3135, 3185, 3311, 3375, 3395, 3435, 3555, 3585, 3705, 3915, 4005, 4035, 4095, 4185, 4235, 4275, 4305, 4425, 4725, 4785, 4845, 4865, 4905 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Most seem to be multiples of 5.
LINKS
EXAMPLE
135 = 3^3 * 5, sigma(135) = 240 = 2^4 * 3 * 5, and A003961(135) = 875 = 5^3 * 7 have 5 as their common divisor, therefore 135 is present in this sequence.
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
isA372567(n) = ((n%2) && (1<gcd([n, sigma(n), A003961(n)])));
CROSSREFS
Odd terms in A372566.
Cf. A000203, A003961, A349176 (subsequence).
Cf. also conjecture 1 in A349753.
Sequence in context: A348696 A274434 A325569 * A349176 A342189 A374461
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 19 2024
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 July 11 21:50 EDT 2024. Contains 374234 sequences. (Running on oeis4.)