The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A308371 G.f. A(x) satisfies: A(x) = x * Product_{k>=1} 1/(1 - k*A(x^k)). 3
1, 1, 4, 12, 42, 135, 500, 1797, 6885, 26612, 105561, 423734, 1726531, 7101261, 29486169, 123341520, 519422274, 2199966624, 9365714175, 40052639066, 171985425594, 741214499791, 3205096564624, 13901238793616, 60460193311425, 263627546862787, 1152207975128287 (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 * (d * A(x^d))^(k/d) / k).
MATHEMATICA
terms = 27; A[_] = 0; Do[A[x_] = x Product[1/(1 - k A[x^k]), {k, 1, terms}] + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x] // Rest
CROSSREFS
Sequence in context: A237501 A300124 A343517 * A052303 A017942 A149344
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 May 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)