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!)
A346196 a(n) = Sum_{d|n} (d!)^n. 3
1, 5, 217, 331793, 24883200001, 139314069504046721, 82606411253903523840000001, 6984964247141514123629140487675314433, 109110688415571316480344899355894085582848010077697, 395940866122425193243875570782668457763038823019173642240000001025 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} (k! * x)^k/(1 - (k! * x)^k).
If p is prime, a(p) = 1 + (p!)^p.
MATHEMATICA
a[n_] := DivisorSum[n, (#!)^n &]; Array[a, 10] (* Amiram Eldar, Aug 30 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d!^n);
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, (k!*x)^k/(1-(k!*x)^k)))
CROSSREFS
Sequence in context: A159808 A159317 A345465 * A261945 A024070 A290179
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)