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!)
A370674 Expansion of Sum_{k>0} k! * x^k/(1+x^k)^(k+1). 0
1, 0, 9, 14, 125, 702, 5047, 40172, 362949, 3628100, 39916811, 478996746, 6227020813, 87178250922, 1307674370745, 20922789524192, 355687428096017, 6402373702119096, 121645100408832019, 2432902008136718030, 51090942171709621965, 1124000727777128678510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n} (-1)^(d-1) * (d+n/d-1)!/(d-1)!.
If p is an odd prime, a(p) = p + p!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, k!*x^k/(1+x^k)^(k+1)))
(PARI) a(n) = sumdiv(n, d, (-1)^(d-1)*(d+n/d-1)!/(d-1)!);
CROSSREFS
Sequence in context: A298754 A166654 A348318 * A373330 A131224 A073920
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 25 2024
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 20 05:12 EDT 2024. Contains 375310 sequences. (Running on oeis4.)