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!)
A350719 a(n) = Sum_{k=0..n} k! * 2^k * k^n * Stirling1(n,k). 3
1, 2, 30, 1108, 76372, 8463328, 1375868768, 308440047648, 91189383264864, 34376022491122368, 16093445542120281792, 9160424435706947112576, 6230035512106223752576896, 4989402076922846372194268160, 4647526704475074504983564884992 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (2 * log(1 + k*x))^k.
MATHEMATICA
a[0] = 1; a[n_] := Sum[k! * 2^k * k^n * StirlingS1[n, k], {k, 1, n}]; Array[a, 15, 0] (* Amiram Eldar, Feb 03 2022 *)
PROG
(PARI) a(n) = sum(k=0, n, k!*2^k*k^n*stirling(n, k, 1));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (2*log(1+k*x))^k)))
CROSSREFS
Sequence in context: A273661 A322624 A338044 * A140174 A246741 A089016
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 03 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 4 16:30 EDT 2024. Contains 372256 sequences. (Running on oeis4.)