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!)
A354251 Expansion of e.g.f. Sum_{k>=0} (3*k)! * (-log(1-x))^k / k!. 2
1, 6, 726, 365052, 481186836, 1312477120944, 6422029618230000, 51225621215200895520, 621881012244669445985760, 10911233517605729917096273920, 265743399210784245852461349120000, 8697920910678436598411074217669652480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*k)! * |Stirling1(n,k)|.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (3*k)!*(-log(1-x))^k/k!)))
(PARI) a(n) = sum(k=0, n, (3*k)!*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A202080 A271528 A316748 * A232130 A289365 A251810
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)