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!)
A345465 a(n) = Sum_{d|n} (d!)^d. 4
1, 5, 217, 331781, 24883200001, 139314069504000221, 82606411253903523840000001, 6984964247141514123629140377600331781, 109110688415571316480344899355894085582848000000217, 395940866122425193243875570782668457763038822400000000024883200005 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} (k! * x)^k/(1 - x^k).
If p is prime, a(p) = 1 + (p!)^p.
MATHEMATICA
Total/@Table[((Divisors[n])!)^Divisors[n], {n, 10}] (* Harvey P. Dale, Apr 24 2022 *)
PROG
(PARI) a(n) = sumdiv(n, d, d!^d);
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, (k!*x)^k/(1-x^k)))
CROSSREFS
Sequence in context: A235456 A159808 A159317 * A346196 A261945 A024070
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 10 2021
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 March 28 16:12 EDT 2024. Contains 371254 sequences. (Running on oeis4.)