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

A258853
Third pi-based arithmetic derivative of n.
3
0, 0, 0, 0, 4, 1, 4, 4, 32, 32, 3, 2, 80, 4, 8, 12, 208, 4, 12, 20, 208, 30, 25, 20, 108, 16, 53, 351, 192, 5, 32, 3, 512, 20, 5, 6, 248, 32, 13, 192, 248, 7, 26, 19, 704, 172, 6, 8, 1600, 156, 71, 49, 324, 80, 864, 56, 332, 16, 116, 4, 536, 37, 32, 424, 2432
OFFSET
0,5
LINKS
FORMULA
a(n) = A258851^3(n).
a(A258995(n)) = 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, 3):
seq(a(n), n=0..100);
CROSSREFS
Column k=3 of A258850.
Sequence in context: A347264 A328147 A151783 * A275791 A093561 A286327
KEYWORD
nonn,look
AUTHOR
Alois P. Heinz, Jun 12 2015
STATUS
approved