OFFSET
1,1
COMMENTS
Does not include A000312: Number of labeled mappings from n points to themselves (endofunctions): n^n.
FORMULA
Sum_{n>=1} 1/a(n) = Product_{p prime} (1 + 1/p^p) - Sum_{p prime} 1/p^p - 1 = 0.009354434361... - Amiram Eldar, Oct 13 2020
EXAMPLE
108 = 2^2*3^3. 2 is raised to the power of itself and 3 is raised to the power of itself.
MATHEMATICA
p = Drop[Subsets@Prime@Range@7, 8]; Take[ Sort[Times @@@ (p^p)], 18] (* Robert G. Wilson v, Jan 26 2006 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jan 25 2006
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Jan 26 2006
Offset corrected and more terms added by Amiram Eldar, Oct 13 2020
STATUS
approved