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”).

A258855
Fifth pi-based arithmetic derivative of n.
2
0, 0, 0, 0, 4, 0, 4, 4, 208, 208, 1, 0, 512, 4, 20, 32, 2304, 4, 32, 80, 2304, 16, 53, 80, 1188, 80, 32, 3888, 2432, 2, 208, 1, 12288, 80, 2, 4, 916, 208, 7, 2432, 916, 4, 30, 12, 9536, 476, 4, 20, 32512, 424, 32, 116, 4104, 512, 20736, 156, 764, 80, 332, 4
OFFSET
0,5
LINKS
FORMULA
a(n) = A258851^5(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, 5):
seq(a(n), n=0..100);
CROSSREFS
Column k=5 of A258850.
Sequence in context: A278086 A021716 A258854 * A258856 A258857 A258858
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 12 2015
STATUS
approved