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!)
A355669 a(n) = n! * Sum_{d|n} (d!)^(d - n/d). 1
1, 6, 222, 331824, 24883200120, 139314069504005400, 82606411253903523840005040, 6984964247141514123629140377623274720, 109110688415571316480344899355894085582848000725760, 395940866122425193243875570782668457763038822400000006270570482400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>=1} (k! * x)^k/(k! - x^k).
MATHEMATICA
a[n_] := n! * DivisorSum[n, (#!)^(# - n/#) &]; Array[a, 10] (* Amiram Eldar, Aug 21 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d!^(d-n/d));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (k!*x)^k/(k!-x^k))))
CROSSREFS
Sequence in context: A144658 A203637 A144045 * A061610 A054324 A117255
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 21 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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)