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!)
A367425 Expansion of e.g.f. 1 / (1 + log(1 - 3*x))^(2/3). 0
1, 2, 16, 206, 3634, 81308, 2203300, 70110920, 2562224200, 105749169920, 4864704955360, 246809377578080, 13690337856245920, 824235763862751680, 53528771980276233280, 3730024030461061339520, 277598358023069362894720, 21975673266870666302685440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 3^(n-k) * (Product_{j=0..k-1} (3*j+2)) * |Stirling1(n,k)|.
a(0) = 1; a(n) = Sum_{k=1..n} 3^k * (1 - 1/3 * k/n) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
With[{nn=20}, CoefficientList[Series[1/(1+Log[1-3x])^(2/3), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 16 2024 *)
PROG
(PARI) a(n) = sum(k=0, n, 3^(n-k)*prod(j=0, k-1, 3*j+2)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A367428.
Sequence in context: A370326 A036081 A303673 * A360466 A161568 A138429
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 18 2023
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 3 15:36 EDT 2024. Contains 374894 sequences. (Running on oeis4.)