The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A356661 a(n) = n! * Sum_{d|n} 1/d^(n/d - 1). 2
1, 4, 12, 60, 240, 1860, 10080, 95760, 766080, 8210160, 79833600, 1100484000, 12454041600, 188172784800, 2683799838720, 44951306400000, 711374856192000, 13745322470880000, 243290200817664000, 5142812718440517120, 103294640229580800000, 2351280996859354560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(p) = 2 * p! for prime p.
E.g.f.: Sum_{k>=1} x^k/(1 - x^k/k).
MATHEMATICA
a[n_] := n! * DivisorSum[n, 1/#^(n/# - 1) &]; Array[a, 22] (* Amiram Eldar, Aug 21 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, 1/d^(n/d-1));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/(1-x^k/k))))
CROSSREFS
Sequence in context: A057394 A054719 A356662 * A351286 A335656 A355268
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 May 14 07:09 EDT 2024. Contains 372530 sequences. (Running on oeis4.)