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!)
A363443 G.f. satisfies A(x) = exp( Sum_{k>=1} (-1)^(k+1) * A(x^k) * (4*x)^k/k ). 3
1, 4, 16, 128, 864, 6912, 55936, 470016, 4025600, 35144704, 311190784, 2789206016, 25254028288, 230652174336, 2122466561024, 19659305379840, 183146187440128, 1714933158969344, 16131631511164928, 152366562180972544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A(x) = Sum_{k>=0} a(k) * x^k = Product_{k>=0} (1+4*x^(k+1))^a(k).
a(0) = 1; a(n) = (-1/n) * Sum_{k=1..n} ( Sum_{d|k} d * (-4)^(k/d) * a(d-1) ) * a(n-k).
PROG
(PARI) seq(n) = my(A=1); for(i=1, n, A=exp(sum(k=1, i, (-1)^(k+1)*subst(A, x, x^k)*(4*x)^k/k)+x*O(x^n))); Vec(A);
CROSSREFS
Sequence in context: A318152 A358083 A323552 * A349264 A061129 A061131
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 02 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 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)