The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A258857 Seventh pi-based arithmetic derivative of n. 2
0, 0, 0, 0, 4, 0, 4, 4, 2304, 2304, 0, 0, 12288, 4, 80, 208, 81920, 4, 208, 512, 81920, 80, 32, 512, 16092, 512, 208, 138240, 30848, 0, 2304, 0, 622592, 512, 0, 4, 3000, 2304, 4, 30848, 3000, 4, 16, 32, 114752, 2160, 4, 80, 772352, 936, 208, 332, 52056, 12288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A258851^7(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, 7):
seq(a(n), n=0..100);
CROSSREFS
Column k=7 of A258850.
Sequence in context: A258854 A258855 A258856 * A258858 A258849 A258859
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 12 2015
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)