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!)
A369049 a(n) = n mod n', where n' is the arithmetic derivative of n, A003415. 5
0, 0, 0, 0, 1, 0, 8, 3, 3, 0, 12, 0, 5, 7, 16, 0, 18, 0, 20, 1, 9, 0, 24, 5, 11, 0, 28, 0, 30, 0, 32, 5, 15, 11, 36, 0, 17, 7, 40, 0, 1, 0, 44, 6, 21, 0, 48, 7, 5, 11, 52, 0, 54, 7, 56, 13, 27, 0, 60, 0, 29, 12, 64, 11, 5, 0, 68, 17, 11, 0, 72, 0, 35, 20, 76, 5, 7, 0, 80, 81, 39, 0, 84, 19, 41, 23, 88, 0, 90, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,7
LINKS
FORMULA
a(n) = n mod A003415(n).
MATHEMATICA
Array[Mod[#, # Total[#2/#1 & @@@ FactorInteger[#]]] &, 120, 2] (* Michael De Vlieger, Jan 15 2024 *)
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A369049(n) = (n % A003415(n));
CROSSREFS
Cf. A003415, A085731 [= gcd(A003415(n), a(n))].
Cf. also A328382, A342014, A369050.
Sequence in context: A100863 A021986 A197729 * A010148 A246822 A168356
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 15 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 April 28 06:27 EDT 2024. Contains 372020 sequences. (Running on oeis4.)