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!)
A308380 E.g.f. A(x) satisfies: A(x) = x * Product_{k>=1} (1 + A(x^k))^(1/k). 1
1, 2, 9, 56, 455, 4224, 48391, 609104, 8814753, 140512400, 2483071481, 47387543928, 989622741367, 22107721563368, 530909919285495, 13581037512256544, 369627228319635329, 10633498287935101920, 323389433072136213289, 10342303284390333962600, 347514522157550224614711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f. A(x) satisfies: A(x) = x * exp(-Sum_{k>=1} Sum_{d|k} (-A(x^d))^(k/d) / k).
MATHEMATICA
terms = 21; A[_] = 0; Do[A[x_] = x Product[(1 + A[x^k])^(1/k), {k, 1, terms}] + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x] Range[0, terms]! // Rest
CROSSREFS
Sequence in context: A052860 A318289 A052840 * A036243 A364822 A179505
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 23 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 March 28 03:28 EDT 2024. Contains 371235 sequences. (Running on oeis4.)