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!)
A363471 G.f. satisfies A(x) = exp( 3 * Sum_{k>=1} A(-x^k) * x^k/k ). 3
1, 3, -3, -26, 48, 444, -920, -9126, 19587, 204214, -449496, -4841001, 10856283, 119585034, -271813440, -3044796399, 6991433415, 79341313335, -183641493481, -2105713558467, 4905239040894, 56722082044512, -132833292089826, -1546827734185557 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A(x) = B(x)^3 where B(x) is the g.f. of A200402.
A(x) = Sum_{k>=0} a(k) * x^k = 1/Product_{k>=0} (1-x^(k+1))^(3 * (-1)^k * a(k)).
a(0) = 1; a(n) = (3/n) * Sum_{k=1..n} ( Sum_{d|k} d * (-1)^(d-1) * a(d-1) ) * a(n-k).
PROG
(PARI) seq(n) = my(A=1); for(i=1, n, A=exp(3*sum(k=1, i, subst(A, x, -x^k)*x^k/k)+x*O(x^n))); Vec(A);
CROSSREFS
Sequence in context: A183894 A151438 A355558 * A303822 A326176 A157036
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 03 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 24 16:25 EDT 2024. Contains 375417 sequences. (Running on oeis4.)