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!)
A328242 Numbers k such that A003415(A276086(k)) is a squarefree number, where A003415 is the arithmetic derivative, and A276086 is the primorial base exp-function. 8

%I #21 Feb 13 2024 14:34:01

%S 1,2,3,4,5,6,7,9,10,11,12,14,15,17,30,32,33,34,35,37,38,39,40,41,42,

%T 43,46,47,60,61,62,63,65,66,67,68,69,71,73,74,75,76,77,210,211,212,

%U 213,215,217,218,219,220,221,223,225,226,227,241,242,243,245,246,247,248,249,250,251,254,255,256,257,270,273,274,275,276,277

%N Numbers k such that A003415(A276086(k)) is a squarefree number, where A003415 is the arithmetic derivative, and A276086 is the primorial base exp-function.

%C Numbers n such that A276086(n) is either in A328234 or in A000040 (i.e., it is a prime, in which case n itself is a primorial, A002110).

%H Antti Karttunen, <a href="/A328242/b328242.txt">Table of n, a(n) for n = 1..10681</a>

%H <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a>

%o (PARI)

%o A327860(n) = { my(s=0, m=1, p=2, e); while(n, e = (n%p); m *= (p^e); s += (e/p); n = n\p; p = nextprime(1+p)); (s*m); };

%o isA328242(n) = issquarefree(A327860(n));

%Y Positions of 1's in A370130. Subsequence of A370132.

%Y Cf. A000040, A002110, A003415, A005117, A008966, A276086, A327860, A328234.

%Y Cf. A328241 (complement).

%Y Cf. A328233, A328240 (subsequences).

%K nonn

%O 1,2

%A _Antti Karttunen_, Oct 10 2019

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 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)