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!)
A358594 Expansion of e.g.f. Sum_{k>0} x^k / ((k-1)! - x^k). 0
1, 4, 9, 52, 125, 1626, 5047, 81768, 408249, 7263910, 39916811, 990191676, 6227020813, 174356750582, 1348633786515, 41861724727696, 355687428096017, 12904788209623614, 121645100408832019, 4866124222538035620, 51490090294307945301, 2248001455555300717294 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n! * Sum_{d|n} 1/(d-1)!^(n/d).
If p is prime, a(p) = p + p!.
MATHEMATICA
a[n_] := n! * DivisorSum[n, 1/(#-1)!^(n/#) &]; Array[a, 20] (* Amiram Eldar, Jul 31 2023 *)
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/((k-1)!-x^k))))
(PARI) a(n) = n!*sumdiv(n, d, 1/(d-1)!^(n/d));
CROSSREFS
Sequence in context: A016489 A030694 A060998 * A370579 A368634 A009276
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 23 2023
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 4 07:10 EDT 2024. Contains 374905 sequences. (Running on oeis4.)