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!)
A373855 a(n) = Sum_{k=1..n} k! * k^(n-1) * |Stirling1(n,k)|. 4
0, 1, 5, 80, 2690, 155074, 13658386, 1706098008, 286888266696, 62485391828448, 17112247116585744, 5755236604915060944, 2331975856351260982848, 1120439648590390138640304, 629855675998212293917375344, 409557081242059531918330384896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=1} (-log(1 - k*x))^k / k.
MATHEMATICA
nmax=15; Range[0, nmax]!CoefficientList[Series[Sum[(-Log[1 - k*x])^k / k, {k, nmax}], {x, 0, nmax}], x] (* Stefano Spezia, Jun 19 2024 *)
PROG
(PARI) a(n) = sum(k=1, n, k!*k^(n-1)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A320096.
Sequence in context: A144344 A062364 A277302 * A189443 A275091 A275347
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 19 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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)