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!)
A354674 a(n) = Sum_{k=0..n} k! * k^(k+n) * |Stirling1(n,k)|. 0
1, 1, 33, 4568, 1653010, 1236180194, 1657339714418, 3620923498508952, 12037504737979759944, 57827877567223173191712, 385581993722741959459382352, 3454851578510897594456017095504, 40509304222426523176427339597382336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (-k * log(1 - k*x))^k.
PROG
(PARI) a(n) = sum(k=0, n, k!*k^(k+n)*abs(stirling(n, k, 1)));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (-k*log(1-k*x))^k)))
CROSSREFS
Sequence in context: A271334 A230182 A350722 * A229260 A351136 A232365
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 02 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 17 19:30 EDT 2024. Contains 375227 sequences. (Running on oeis4.)