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!)
A062793 Moebius transform of n^n. 2
1, 3, 26, 252, 3124, 46626, 823542, 16776960, 387420462, 9999996872, 285311670610, 8916100401348, 302875106592252, 11112006824734470, 437893890380856224, 18446744073692774400, 827240261886336764176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
n=4, f[4]=4^4=256, divisors={1,2,4} f[4/d]={256,4,1}, mu[d]={1,-1,0}, the sum is 256-4=252=a(4)
LINKS
FORMULA
a(n) = Sum{f[n/d]*mu[d]}, where d|n and f[x]=A000312(x).
PROG
(PARI) a(n) = sumdiv(n, d, d^d*moebius(n/d)); \\ Michel Marcus, Nov 04 2018
CROSSREFS
Sequence in context: A357036 A067858 A052141 * A300398 A048861 A053972
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 19 2001
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)