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!)
A356543 a(n) = Sum_{d|n} (d!)^(n/d-1). 2
1, 2, 2, 4, 2, 12, 2, 34, 38, 138, 2, 1546, 2, 5106, 15698, 54274, 2, 889314, 2, 5689090, 25448258, 39917826, 2, 2486196610, 207360002, 6227024898, 131683574018, 215393466370, 2, 14769495662082, 2, 86475697160194, 1593350982706178, 355687428161538, 648227266560002 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} x^k/(1 - k! * x^k).
If p is prime, a(p) = 2.
MATHEMATICA
a[n_] := DivisorSum[n, (#)!^(n/# - 1) &]; Array[a, 35] (* Amiram Eldar, Aug 30 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d!^(n/d-1));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-k!*x^k)))
CROSSREFS
Sequence in context: A318834 A353564 A067228 * A332002 A229756 A227450
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 11 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 August 18 06:31 EDT 2024. Contains 375255 sequences. (Running on oeis4.)