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!)
A354890 a(n) = n! * Sum_{d|n} d^n / d!. 6
1, 6, 33, 472, 3245, 157896, 828583, 132078976, 1578211209, 307174074400, 285351587411, 1835340563252736, 302881333613053, 11743240652094910336, 336123967242674523375, 149825956013958069846016, 827240617573764860177, 3551697093896307129060647424 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (k * x)^k/(k! * (1 - (k * x)^k)).
If p is prime, a(p) = p^p + p! = A053042(p).
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^n/#! &]; Array[a, 18] (* Amiram Eldar, Jun 10 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^n/d!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (k*x)^k/(k!*(1-(k*x)^k)))))
CROSSREFS
Sequence in context: A354888 A358595 A121376 * A046707 A337825 A183466
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 10 2022
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 24 11:13 EDT 2024. Contains 371936 sequences. (Running on oeis4.)