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!)
A369959 Numbers k such that A003415(k) >= A276086(k) and gcd(k, A003415(k)) = gcd(k, A276086(k)), where A003415 is the arithmetic derivative, and A276086 is the primorial base exp-function. 5
6, 30, 210, 214, 2310, 2313, 2315, 2317, 2318, 2342, 2346, 2370, 2526, 4622, 4830, 30030, 30031, 30033, 30034, 30035, 30038, 30041, 30043, 30046, 30054, 30061, 30062, 30066, 30069, 30074, 30094, 30098, 30102, 30242, 30245, 30247, 30249, 30254, 30270, 30274, 30282, 32342, 32345, 32347, 32350, 32354, 32374, 32553, 60062 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{k | A085731(n) == A324198(n) and A083345(k) >= A351251(k)}.
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); };
isA369959(n) = { my(t=A003415(n), u=A276086(n), g=gcd(n, t), h=gcd(n, u)); ((g==h) && ((t/g) >= (u/h))); };
CROSSREFS
Intersection of A351228 and A369962.
Subsequence of A369958.
Sequence in context: A275953 A322170 A362375 * A057896 A336509 A147779
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 07 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 19 13:17 EDT 2024. Contains 375302 sequences. (Running on oeis4.)