A099306 n''', the third arithmetic derivative of n.
0, 0, 0, 0, 4, 0, 0, 0, 32, 1, 0, 0, 80, 0, 5, 16, 176, 0, 7, 0, 48, 1, 0, 0, 112, 1, 12, 27, 176, 0, 0, 0, 368, 6, 0, 32, 96, 0, 7, 80, 156, 0, 0, 0, 240, 32, 7, 0, 608, 6, 16, 44, 96, 0, 216, 80, 272, 1, 0, 0, 272, 0, 9, 24, 2368, 10, 0, 0, 220, 8, 0, 0, 284, 0
Offset: 0
Keywords
References
- See A003415.
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..10000 (first 2000 terms from T. D. Noe)
Crossrefs
Programs
-
Mathematica
dn[0]=0; dn[1]=0; dn[n_]:=Module[{f=Transpose[FactorInteger[n]]}, If[PrimeQ[n], 1, Plus@@(n*f[[2]]/f[[1]])]]; Table[dn[dn[dn[n]]], {n, 100}]
Comments