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!)
A358228 Numbers k such that A276086(k) mod A003415(k) is an odd number, where A003415 is the arithmetic derivative and A276086 is the primorial base exp-function. 6
4, 8, 10, 12, 14, 16, 20, 22, 24, 28, 30, 32, 36, 40, 42, 44, 48, 50, 52, 54, 56, 58, 60, 62, 63, 64, 66, 68, 72, 74, 75, 76, 78, 80, 84, 88, 90, 92, 96, 98, 99, 100, 102, 104, 108, 110, 112, 114, 116, 120, 122, 124, 126, 128, 132, 136, 138, 140, 144, 148, 150, 152, 154, 156, 158, 160, 162, 164, 168, 171, 172, 176 (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); };
A358227(n) = ((A276086(n)%A003415(n))%2);
isA358228(n) = A358227(n);
CROSSREFS
Complement: {1} U A358229.
Cf. A003415, A276086, A328382, A358228 (characteristic function), A358232 (subsequence).
Cf. also A358225.
Sequence in context: A172458 A175226 A057166 * A230854 A360668 A038801
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 25 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 April 28 12:16 EDT 2024. Contains 372085 sequences. (Running on oeis4.)