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!)
A363509 G.f. satisfies A(x) = exp( Sum_{k>=1} (-1)^(k+1) * (3 + A(x^k)) * x^k/k ). 5
1, 4, 10, 30, 101, 361, 1354, 5238, 20740, 83683, 342719, 1421019, 5953306, 25162342, 107163924, 459438524, 1981247950, 8588054014, 37398421941, 163534601567, 717776072291, 3161117717887, 13964782042188, 61866495037806, 274792382789958 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A(x) = Sum_{k>=0} a(k) * x^k = (1+x)^3 * 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} (-1)^(k/d) * 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)*(3+subst(A, x, x^k))*x^k/k)+x*O(x^n))); Vec(A);
CROSSREFS
Cf. A363507.
Sequence in context: A114946 A243793 A001551 * A067142 A145453 A346754
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 06 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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)