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!)
A214800 The n-th arithmetic derivative of 4^5. 1
1024, 5120, 26624, 148480, 777216, 4249600, 25123840, 134268928, 741121024, 3811486720, 19819736064, 112733967360, 644174359552, 3220871798784, 22009290649600, 142032743280640, 881678229782528, 6174273912848384, 44101956520460288, 312415523110846464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A003415 for the definition of the arithmetic derivative.
LINKS
MATHEMATICA
dn[0] = 0; dn[1] = 0; dn[n_?Negative] := -dn[-n]; dn[n_] := Module[{f = Transpose[FactorInteger[n]]}, If[PrimeQ[n], 1, Total[n*f[[2]]/f[[1]]]]]; s = 4^5; Join[{s}, Table[s = dn[s], {19}]] (* T. D. Noe, Mar 07 2013 *)
CROSSREFS
Sequence in context: A237370 A135289 A189071 * A220765 A194933 A231944
KEYWORD
nonn
AUTHOR
Franz Tolosa, Mar 07 2013
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 May 9 22:30 EDT 2024. Contains 372354 sequences. (Running on oeis4.)