login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068327 Arithmetic derivative of n^n. 5
0, 4, 27, 1024, 3125, 233280, 823543, 201326592, 2324522934, 70000000000, 285311670611, 142657607172096, 302875106592253, 100008061430022144, 3503151123046875000, 590295810358705651712 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

p prime: a(p) = A003415(p^p)) = p^p,

A003415(A051674(n))=A051674(n).

LINKS

T. D. Noe, Table of n, a(n) for n=1..100

FORMULA

a(n) = A003415(A000312(n)).

EXAMPLE

a(10) = A003415(10^10) = A003415(2^10 * 5^10) = 10^10 * (10/2 + 10/5) = 10^10 * (5 + 2) = 70000000000 by formula in A003415.

MATHEMATICA

a312[n_] := Sum[ StirlingS2[n, k]*n!/(n - k)!, {k, 0, n}]; a3415[n_] := With[ {fi = FactorInteger[n]}, n*Total[ fi[[All, 2]] / fi[[All, 1]] ] ]; a3415[0] = a3415[1] = 0; a[n_] := a3415[ a312[n] ]; Table[ a[n], {n, 1, 16}] (* Jean-François Alcover, Mar 27 2013 *)

CROSSREFS

Sequence in context: A210343 A104168 A197990 * A066842 A133032 A110763

Adjacent sequences:  A068324 A068325 A068326 * A068328 A068329 A068330

KEYWORD

nonn,nice

AUTHOR

Reinhard Zumkeller, Feb 27 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 22:42 EDT 2013. Contains 225631 sequences.