login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A258858
Eighth pi-based arithmetic derivative of n.
2
0, 0, 0, 0, 4, 0, 4, 4, 12288, 12288, 0, 0, 81920, 4, 208, 512, 622592, 4, 512, 2304, 622592, 208, 80, 2304, 52056, 2304, 512, 1050624, 114752, 0, 12288, 0, 4931584, 2304, 0, 4, 11900, 12288, 4, 114752, 11900, 4, 32, 80, 423168, 9936, 4, 208, 3679488, 3084
OFFSET
0,5
LINKS
FORMULA
a(n) = A258851^8(n).
MAPLE
with(numtheory):
d:= n-> n*add(i[2]*pi(i[1])/i[1], i=ifactors(n)[2]):
A:= proc(n, k) option remember; `if`(k=0, n, d(A(n, k-1))) end:
a:= n-> A(n, 8):
seq(a(n), n=0..100);
CROSSREFS
Column k=8 of A258850.
Sequence in context: A258855 A258856 A258857 * A258849 A258859 A258860
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 12 2015
STATUS
approved