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!)
A258848 The n-th pi-based arithmetic derivative of 2^3. 2
8, 12, 20, 32, 80, 208, 512, 2304, 12288, 81920, 622592, 4931584, 38944768, 278380544, 2122727424, 17483677696, 128412352512, 1348723408896, 14768867966976, 188484960780288, 2416519442792448, 30543291749302272, 375877192068366336, 6101345960934506496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A258851^n(2^3).
MAPLE
with(numtheory):
d:= n-> n*add(i[2]*pi(i[1])/i[1], i=ifactors(n)[2]):
a:= proc(n) option remember; `if`(n=0, 2^3, d(a(n-1))) end:
seq(a(n), n=0..23);
CROSSREFS
Row n=8 of A258850.
Sequence in context: A211410 A001749 A175786 * A072843 A354069 A350615
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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)