Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A358221 Numbers k such that A003415(k) divides A276086(k), where A003415 is the arithmetic derivative, and A276086 is the primorial base exp-function. 9
2, 3, 5, 6, 7, 9, 11, 13, 17, 19, 21, 23, 25, 26, 29, 31, 33, 37, 38, 41, 43, 46, 47, 49, 53, 59, 61, 65, 67, 71, 73, 77, 79, 83, 89, 94, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 141, 146, 149, 151, 157, 161, 163, 167, 173, 179, 181, 185, 191, 193, 197, 199, 201, 206, 207, 209, 211, 221, 223, 227, 229, 233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A358220(n) = if(n<2, 0, !(A276086(n)%A003415(n)));
isA358221(n) = A358220(n);
CROSSREFS
Union of A000040 and A358222.
Subsequence of A358215 (thus also of A048103) and of A358229.
Positions of zeros in A328382.
Cf. A003415, A276086, A358220 (characteristic function).
Cf. also A328387, A356311, A356312.
Sequence in context: A347498 A023884 A135607 * A026453 A026455 A082984
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 23 2022
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 18 09:22 EDT 2024. Contains 375264 sequences. (Running on oeis4.)