The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A353892 Expansion of e.g.f. exp( -(x * log(1-x))^3 / 36 ). 3
1, 0, 0, 0, 0, 0, 20, 210, 1960, 18900, 194880, 2166780, 26172080, 342599400, 4835694864, 73208215080, 1183011385920, 20318534134080, 369549843420384, 7094851788127680, 143377043010268800, 3042204544957939200, 67621161484919380800, 1571319471977711258880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/6)} (3*k)! * |Stirling1(n-3*k,3*k)|/(36^k * k! * (n-3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-(x*log(1-x))^3/36)))
(PARI) a(n) = n!*sum(k=0, n\6, (3*k)!*abs(stirling(n-3*k, 3*k, 1))/(36^k*k!*(n-3*k)!));
CROSSREFS
Sequence in context: A341236 A022585 A007744 * A353881 A304023 A219467
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 09 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 23 12:41 EDT 2024. Contains 372763 sequences. (Running on oeis4.)