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!)
A354891 a(n) = n! * Sum_{d|n} d^(n - d) / d!. 6
1, 3, 7, 73, 121, 9721, 5041, 1760641, 44452801, 562615201, 39916801, 3156125575681, 6227020801, 192873372531841, 222245415808416001, 14806216643368550401, 355687428096001, 34884164976924636172801, 121645100408832001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} x^k/(k! * (1 - (k * x)^k)).
If p is prime, a(p) = 1 + p! = A038507(p).
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^(n - #)/#! &]; Array[a, 19] (* Amiram Eldar, Jun 10 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^(n-d)/d!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/(k!*(1-(k*x)^k)))))
CROSSREFS
Sequence in context: A209336 A078552 A091259 * A354893 A342546 A088647
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 July 9 20:01 EDT 2024. Contains 374191 sequences. (Running on oeis4.)