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!)
A372566 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
6, 18, 24, 30, 42, 54, 60, 66, 72, 78, 90, 96, 102, 114, 120, 126, 132, 135, 138, 140, 150, 162, 168, 174, 180, 186, 198, 204, 210, 216, 222, 234, 240, 246, 258, 264, 270, 276, 282, 285, 288, 294, 306, 312, 318, 330, 342, 348, 354, 360, 366, 378, 384, 390, 396, 402, 408, 414, 420, 426, 435, 438, 450, 455, 456, 462 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
24 = 2^3 * 3, sigma(24) = 60 = 2^2 * 3 * 5, and A003961(24) = 135 = 3^3 * 5, have 3 as their common divisor, therefore 24 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); };
isA372566(n) = (1<gcd([n, sigma(n), A003961(n)]));
CROSSREFS
Positions of terms > 1 in A372565.
Subsequence of each of the following sequences: A069059, A104210, A349166.
Cf. A372567 (odd terms).
Sequence in context: A011775 A015707 A236864 * A101527 A028887 A283118
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 August 25 17:34 EDT 2024. Contains 375442 sequences. (Running on oeis4.)