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!)
A308370 G.f. A(x) satisfies: A(x) = x * Product_{k>=1} (1 + A(x^k))^k. 4
1, 1, 3, 8, 20, 47, 118, 280, 681, 1640, 3963, 9523, 23004, 55377, 133477, 321597, 775054, 1867304, 4499934, 10842847, 26127768, 62958232, 151708512, 365562567, 880881465, 2122617010, 5114772619, 12324827128, 29698572295, 71563264162, 172442689864, 415527172616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = x * exp(-Sum_{k>=1} Sum_{d|k} d^2 * (-A(x^d))^(k/d) / k).
MATHEMATICA
terms = 32; A[_] = 0; Do[A[x_] = x Product[(1 + A[x^k])^k, {k, 1, terms}] + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x] // Rest
CROSSREFS
Sequence in context: A136305 A284943 A026712 * A050232 A050233 A143662
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 22 2019
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 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)