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!)
A363566 G.f. satisfies A(x) = exp( Sum_{k>=1} (3 * (-1)^k + A(x^k)) * x^k/k ). 2
1, -2, 2, 0, -2, 0, 5, -3, -9, 11, 16, -34, -27, 102, 30, -296, 56, 807, -548, -2056, 2572, 4770, -9846, -9351, 33822, 11496, -107296, 17853, 316498, -210013, -862785, 1069352, 2122294, -4347217, -4402138, 15657617, 5883290, -51677928, 7420844, 157867636 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A(x) = B(x)/(1 + x)^3 where B(x) is the g.f. of A363575.
A(x) = Sum_{k>=0} a(k) * x^k = 1/(1+x)^3 * 1/Product_{k>=0} (1-x^(k+1))^a(k).
a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} ( 3 * (-1)^k + Sum_{d|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, (3*(-1)^k+subst(A, x, x^k))*x^k/k)+x*O(x^n))); Vec(A);
CROSSREFS
Sequence in context: A104624 A371711 A193863 * A273496 A286576 A322523
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 10 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 May 4 02:11 EDT 2024. Contains 372225 sequences. (Running on oeis4.)