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!)
A258847 Sum of the k-th pi-based arithmetic derivative of n-k for k=0..n. 1
0, 1, 2, 4, 6, 10, 13, 20, 21, 33, 54, 86, 146, 339, 788, 2947, 14870, 94801, 706961, 5566784, 43958933, 317950465, 2406052444, 19645433193, 146175038733, 1479263447899, 16135114175706, 203382520812382, 2606355260220040, 32974597626726301, 406609097787758227 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} A258850(n-k,k).
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:= proc(n) option remember; add(A(h, n-h), h=0..n) end:
seq(a(n), n=0..30);
CROSSREFS
Antidiagonal sums of A258850.
Sequence in context: A267452 A140652 A007981 * A238627 A336415 A241821
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 April 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)