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!)
A365794 Expansion of e.g.f. 1 / (3 - 2 * exp(2*x))^(3/4). 2
1, 3, 27, 369, 6849, 160803, 4566987, 152204769, 5822610849, 251445000483, 12098060349147, 641736701136369, 37204969609266849, 2340437711290748163, 158770522442243864907, 11553653430580844747169, 897732793887437892390849, 74182365989862425679675843 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 2^(n-k) * (Product_{j=0..k-1} (4*j+3)) * Stirling2(n,k).
a(0) = 1; a(n) = Sum_{k=1..n} 2^k * (2 - 1/2 * k/n) * binomial(n,k) * a(n-k).
a(0) = 1; a(n) = 3*a(n-1) - 3*Sum_{k=1..n-1} (-2)^k * binomial(n-1,k) * a(n-k).
MATHEMATICA
With[{nn=20}, CoefficientList[Series[1/(3-2Exp[2x])^(3/4), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 30 2024 *)
PROG
(PARI) a(n) = sum(k=0, n, 2^(n-k)*prod(j=0, k-1, 4*j+3)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A372201 A370288 A157089 * A138436 A141057 A365569
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 16 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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)